#85B3DF

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

Shades of Jordy Blue #85B3DF

Tints of Jordy Blue #85B3DF

Color information

#85B3DF (or 0x85B3DF) is unknown color: approx Jordy Blue. HEX triplet: 85, B3 and DF. RGB value is (133,179,223). Sum of RGB (Red+Green+Blue) = 133+179+223=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #85B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B3DF is #7A4C20. Grayscale: #AAAAAA. Windows color (decimal): -8014881 or 14660485. OLE color: 14660485.

HSL color Cylindrical-coordinate representation of color #85B3DF: hue angle of 209.33º 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 #85B3DF is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133179223-
CMYK0.400.2000.13
HSL209.33º58.44%69.8%-
HSV(B)209.33º40.36%87.45%-
XYZ39.1142.5575.96-
YUV170.26157.76101.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=24.86%
G=33.46%
B=41.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331792230.400.2000.13209.3358.4469.8
Hex85B3DF28140Dd13a46
Octal205263337502401532172106
Binary1000010110110011110111111010001010001101110100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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