#85CEFF

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

Shades of Light Sky Blue #85CEFF

Tints of Light Sky Blue #85CEFF

Color information

#85CEFF (or 0x85CEFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, CE and FF. RGB value is (133,206,255). Sum of RGB (Red+Green+Blue) = 133+206+255=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEFF is #7A3100. Grayscale: #BDBDBD. Windows color (decimal): -8007937 or 16764549. OLE color: 16764549.

HSL color Cylindrical-coordinate representation of color #85CEFF: hue angle of 204.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85CEFF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133206255-
CMYK0.480.1900
HSL204.1º100%76.08%-
HSV(B)204.1º47.84%100%-
XYZ49.7956.35102.86-
YUV189.76164.8287.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.39%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 255 (100% from 255) = 42.93%
R=22.39%
G=34.68%
B=42.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332062550.480.1900204.110076.08
Hex85CEFF301300cc644c
Octal205316377602300314144114
Binary10000101110011101111111111000010011001100110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,255); }

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

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

 a { background-color: rgb(133,206,255); }

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

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

 span { border-color: rgb(133,206,255); }

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