#85B4DF

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

Shades of Jordy Blue #85B4DF

Tints of Jordy Blue #85B4DF

Color information

#85B4DF (or 0x85B4DF) is unknown color: approx Jordy Blue. HEX triplet: 85, B4 and DF. RGB value is (133,180,223). Sum of RGB (Red+Green+Blue) = 133+180+223=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #85B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4DF is #7A4B20. Grayscale: #AAAAAA. Windows color (decimal): -8014625 or 14660741. OLE color: 14660741.

HSL color Cylindrical-coordinate representation of color #85B4DF: hue angle of 208.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B4DF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133180223-
CMYK0.400.1900.13
HSL208.67º58.44%69.8%-
HSV(B)208.67º40.36%87.45%-
XYZ39.3142.9676.03-
YUV170.85157.43101-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=24.81%
G=33.58%
B=41.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331802230.400.1900.13208.6758.4469.8
Hex85B4DF28130Dd13a46
Octal205264337502301532172106
Binary1000010110110100110111111010001001101101110100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B4DF; }

 p { color: rgb(133,180,223); }

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

<style>
 a { background-color: #85B4DF; }

 a { background-color: rgb(133,180,223); }

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

<style>
 span { border-color: #85B4DF; }

 span { border-color: rgb(133,180,223); }

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