#84BADF

Color #84BADF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84BADF

Tints of Jordy Blue #84BADF

Color information

#84BADF (or 0x84BADF) is unknown color: approx Jordy Blue. HEX triplet: 84, BA and DF. RGB value is (132,186,223). Sum of RGB (Red+Green+Blue) = 132+186+223=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #84BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADF is #7B4520. Grayscale: #ADADAD. Windows color (decimal): -8078625 or 14662276. OLE color: 14662276.

HSL color Cylindrical-coordinate representation of color #84BADF: hue angle of 204.4º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BADF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132186223-
CMYK0.410.1700.13
HSL204.4º58.71%69.61%-
HSV(B)204.4º40.81%87.45%-
XYZ40.3945.3576.44-
YUV174.07155.6197.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=24.40%
G=34.38%
B=41.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321862230.410.1700.13204.458.7169.61
Hex84BADF29110Dcc3b46
Octal204272337512101531473106
Binary1000010010111010110111111010011000101101110011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BADF; }

 p { color: rgb(132,186,223); }

 H1.HeaderClassName
 {
   color: #84BADF;
 }
 .AnyTagClassName
 {
   color: #84BADF;
 }
</style>
background-color css

<style>
 a { background-color: #84BADF; }

 a { background-color: rgb(132,186,223); }

 div.DivClassName
 {
   background-color: #84BADF;
 }
 .BgClassName
 {
   background-color: #84BADF;
 }
</style>
border-color css

<style>
 span { border-color: #84BADF; }

 span { border-color: rgb(132,186,223); }

 td.TdClassName
 {
   border-color: #84BADF;
 }
 .TagClassName
 {
   border-color: #84BADF;
 }
</style>