#85C8FF

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

Shades of Light Sky Blue #85C8FF

Tints of Light Sky Blue #85C8FF

Color information

#85C8FF (or 0x85C8FF) is unknown color: approx Light Sky Blue. HEX triplet: 85, C8 and FF. RGB value is (133,200,255). Sum of RGB (Red+Green+Blue) = 133+200+255=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #85C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8FF is #7A3700. Grayscale: #B9B9B9. Windows color (decimal): -8009473 or 16763013. OLE color: 16763013.

HSL color Cylindrical-coordinate representation of color #85C8FF: hue angle of 207.05º 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 #85C8FF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133200255-
CMYK0.480.2200
HSL207.05º100%76.08%-
HSV(B)207.05º47.84%100%-
XYZ48.3853.52102.39-
YUV186.24166.890.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.62%
GREEN value IS 200 (78.52% from 255) = 34.01%
BLUE value IS 255 (100% from 255) = 43.37%
R=22.62%
G=34.01%
B=43.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332002550.480.2200207.0510076.08
Hex85C8FF301600cf644c
Octal205310377602600317144114
Binary10000101110010001111111111000010110001100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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