#85C2EB

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

Shades of Sky Blue #85C2EB

Tints of Sky Blue #85C2EB

Color information

#85C2EB (or 0x85C2EB) is unknown color: approx Sky Blue. HEX triplet: 85, C2 and EB. RGB value is (133,194,235). Sum of RGB (Red+Green+Blue) = 133+194+235=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #85C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C2EB is #7A3D14. Grayscale: #B4B4B4. Windows color (decimal): -8011029 or 15450757. OLE color: 15450757.

HSL color Cylindrical-coordinate representation of color #85C2EB: hue angle of 204.12º degrees, saturation: 0.72, 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 #85C2EB is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133194235-
CMYK0.430.1700.08
HSL204.12º71.83%72.16%-
HSV(B)204.12º43.4%92.16%-
XYZ43.9649.5785.85-
YUV180.43158.7994.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=23.67%
G=34.52%
B=41.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331942350.430.1700.08204.1271.8372.16
Hex85C2EB2B1108cc4848
Octal2053023535321010314110110
Binary10000101110000101110101110101110001010001100110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,235); }

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

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

 a { background-color: rgb(133,194,235); }

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

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

 span { border-color: rgb(133,194,235); }

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