#85B1EE

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

Shades of Jordy Blue #85B1EE

Tints of Jordy Blue #85B1EE

Color information

#85B1EE (or 0x85B1EE) is unknown color: approx Jordy Blue. HEX triplet: 85, B1 and EE. RGB value is (133,177,238). Sum of RGB (Red+Green+Blue) = 133+177+238=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #85B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85B1EE is #7A4E11. Grayscale: #AAAAAA. Windows color (decimal): -8015378 or 15643013. OLE color: 15643013.

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

Color convert

RGB133177238-
CMYK0.440.2600.07
HSL214.86º75.54%72.75%-
HSV(B)214.86º44.12%93.33%-
XYZ40.8342.686.96-
YUV170.8165.92101.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=24.27%
G=32.30%
B=43.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331772380.440.2600.07214.8675.5472.75
Hex85B1EE2C1A07d74c49
Octal205261356543207327114111
Binary1000010110110001111011101011001101001111101011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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