#85CBEA

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

Shades of Sky Blue #85CBEA

Tints of Sky Blue #85CBEA

Color information

#85CBEA (or 0x85CBEA) is unknown color: approx Sky Blue. HEX triplet: 85, CB and EA. RGB value is (133,203,234). Sum of RGB (Red+Green+Blue) = 133+203+234=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #85CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBEA is #7A3415. Grayscale: #B9B9B9. Windows color (decimal): -8008726 or 15387525. OLE color: 15387525.

HSL color Cylindrical-coordinate representation of color #85CBEA: hue angle of 198.42º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CBEA is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133203234-
CMYK0.430.1300.08
HSL198.42º70.63%71.96%-
HSV(B)198.42º43.16%91.76%-
XYZ45.8853.6485.78-
YUV185.6155.3190.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.33%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=23.33%
G=35.61%
B=41.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332032340.430.1300.08198.4270.6371.96
Hex85CBEA2BD08c64748
Octal2053133525315010306107110
Binary1000010111001011111010101010111101010001100011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,234); }

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

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

 a { background-color: rgb(133,203,234); }

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

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

 span { border-color: rgb(133,203,234); }

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