#85B5EE

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

Shades of Jordy Blue #85B5EE

Tints of Jordy Blue #85B5EE

Color information

#85B5EE (or 0x85B5EE) is unknown color: approx Jordy Blue. HEX triplet: 85, B5 and EE. RGB value is (133,181,238). Sum of RGB (Red+Green+Blue) = 133+181+238=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #85B5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B5EE is #7A4A11. Grayscale: #ACACAC. Windows color (decimal): -8014354 or 15644037. OLE color: 15644037.

HSL color Cylindrical-coordinate representation of color #85B5EE: hue angle of 212.57º degrees, saturation: 0.76, 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 #85B5EE is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133181238-
CMYK0.440.2400.07
HSL212.57º75.54%72.75%-
HSV(B)212.57º44.12%93.33%-
XYZ41.6344.2187.23-
YUV173.15164.699.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.09%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=24.09%
G=32.79%
B=43.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331812380.440.2400.07212.5775.5472.75
Hex85B5EE2C1807d54c49
Octal205265356543007325114111
Binary1000010110110101111011101011001100001111101010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,181,238); }

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

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

 a { background-color: rgb(133,181,238); }

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

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

 span { border-color: rgb(133,181,238); }

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