#85B0DB

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

Shades of Jordy Blue #85B0DB

Tints of Jordy Blue #85B0DB

Color information

#85B0DB (or 0x85B0DB) is unknown color: approx Jordy Blue. HEX triplet: 85, B0 and DB. RGB value is (133,176,219). Sum of RGB (Red+Green+Blue) = 133+176+219=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #85B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0DB is #7A4F24. Grayscale: #A7A7A7. Windows color (decimal): -8015653 or 14397573. OLE color: 14397573.

HSL color Cylindrical-coordinate representation of color #85B0DB: hue angle of 210º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85B0DB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133176219-
CMYK0.390.2000.14
HSL210º54.43%69.02%-
HSV(B)210º39.27%85.88%-
XYZ37.9841.1572.96-
YUV168.04156.75103-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=25.19%
G=33.33%
B=41.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331762190.390.2000.1421054.4369.02
Hex85B0DB27140Ed23645
Octal205260333472401632266105
Binary1000010110110000110110111001111010001110110100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,176,219); }

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

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

 a { background-color: rgb(133,176,219); }

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

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

 span { border-color: rgb(133,176,219); }

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