#85C3EB

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

Shades of Sky Blue #85C3EB

Tints of Sky Blue #85C3EB

Color information

#85C3EB (or 0x85C3EB) is unknown color: approx Sky Blue. HEX triplet: 85, C3 and EB. RGB value is (133,195,235). Sum of RGB (Red+Green+Blue) = 133+195+235=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #85C3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C3EB is #7A3C14. Grayscale: #B4B4B4. Windows color (decimal): -8010773 or 15451013. OLE color: 15451013.

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

Color convert

RGB133195235-
CMYK0.430.1700.08
HSL203.53º71.83%72.16%-
HSV(B)203.53º43.4%92.16%-
XYZ44.1850.0185.92-
YUV181.02158.4693.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=23.62%
G=34.64%
B=41.74%

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
Decimal1331952350.430.1700.08203.5371.8372.16
Hex85C3EB2B1108cc4848
Octal2053033535321010314110110
Binary10000101110000111110101110101110001010001100110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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