#85BAED

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

Shades of Jordy Blue #85BAED

Tints of Jordy Blue #85BAED

Color information

#85BAED (or 0x85BAED) is unknown color: approx Jordy Blue. HEX triplet: 85, BA and ED. RGB value is (133,186,237). Sum of RGB (Red+Green+Blue) = 133+186+237=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #85BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAED is #7A4512. Grayscale: #AFAFAF. Windows color (decimal): -8013075 or 15579781. OLE color: 15579781.

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

Color convert

RGB133186237-
CMYK0.440.2200.07
HSL209.42º74.29%72.55%-
HSV(B)209.42º43.88%92.94%-
XYZ42.5246.2286.8-
YUV175.97162.4497.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=23.92%
G=33.45%
B=42.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331862370.440.2200.07209.4274.2972.55
Hex85BAED2C1607d14a49
Octal205272355542607321112111
Binary1000010110111010111011011011001011001111101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,237); }

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

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

 a { background-color: rgb(133,186,237); }

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

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

 span { border-color: rgb(133,186,237); }

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