#85B1DC

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

Shades of Jordy Blue #85B1DC

Tints of Jordy Blue #85B1DC

Color information

#85B1DC (or 0x85B1DC) is unknown color: approx Jordy Blue. HEX triplet: 85, B1 and DC. RGB value is (133,177,220). Sum of RGB (Red+Green+Blue) = 133+177+220=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1DC is #7A4E23. Grayscale: #A8A8A8. Windows color (decimal): -8015396 or 14463365. OLE color: 14463365.

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

Color convert

RGB133177220-
CMYK0.400.2000.14
HSL209.66º55.41%69.22%-
HSV(B)209.66º39.55%86.27%-
XYZ38.3141.673.72-
YUV168.75156.92102.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.09%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=25.09%
G=33.40%
B=41.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331772200.400.2000.14209.6655.4169.22
Hex85B1DC28140Ed23745
Octal205261334502401632267105
Binary1000010110110001110111001010001010001110110100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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