#85BBEC

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

Shades of Jordy Blue #85BBEC

Tints of Jordy Blue #85BBEC

Color information

#85BBEC (or 0x85BBEC) is unknown color: approx Jordy Blue. HEX triplet: 85, BB and EC. RGB value is (133,187,236). Sum of RGB (Red+Green+Blue) = 133+187+236=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #85BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BBEC is #7A4413. Grayscale: #B0B0B0. Windows color (decimal): -8012820 or 15514501. OLE color: 15514501.

HSL color Cylindrical-coordinate representation of color #85BBEC: hue angle of 208.54º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BBEC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133187236-
CMYK0.440.2100.07
HSL208.54º73.05%72.35%-
HSV(B)208.54º43.64%92.55%-
XYZ42.5846.5886.1-
YUV176.44161.6197.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=23.92%
G=33.63%
B=42.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331872360.440.2100.07208.5473.0572.35
Hex85BBEC2C1507d14948
Octal205273354542507321111110
Binary1000010110111011111011001011001010101111101000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,236); }

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

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

 a { background-color: rgb(133,187,236); }

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

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

 span { border-color: rgb(133,187,236); }

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