#85B4DC

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

Shades of Jordy Blue #85B4DC

Tints of Jordy Blue #85B4DC

Color information

#85B4DC (or 0x85B4DC) is unknown color: approx Jordy Blue. HEX triplet: 85, B4 and DC. RGB value is (133,180,220). Sum of RGB (Red+Green+Blue) = 133+180+220=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B4DC is #7A4B23. Grayscale: #AAAAAA. Windows color (decimal): -8014628 or 14464133. OLE color: 14464133.

HSL color Cylindrical-coordinate representation of color #85B4DC: hue angle of 207.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B4DC is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133180220-
CMYK0.400.1800.14
HSL207.59º55.41%69.22%-
HSV(B)207.59º39.55%86.27%-
XYZ38.9142.873.92-
YUV170.51155.93101.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=24.95%
G=33.77%
B=41.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331802200.400.1800.14207.5955.4169.22
Hex85B4DC28120Ed03745
Octal205264334502201632067105
Binary1000010110110100110111001010001001001110110100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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