#85C9FF

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

Shades of Light Sky Blue #85C9FF

Tints of Light Sky Blue #85C9FF

Color information

#85C9FF (or 0x85C9FF) is unknown color: approx Light Sky Blue. HEX triplet: 85, C9 and FF. RGB value is (133,201,255). Sum of RGB (Red+Green+Blue) = 133+201+255=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #85C9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9FF is #7A3600. Grayscale: #BABABA. Windows color (decimal): -8009217 or 16763269. OLE color: 16763269.

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

Color convert

RGB133201255-
CMYK0.480.2100
HSL206.56º100%76.08%-
HSV(B)206.56º47.84%100%-
XYZ48.6153.98102.46-
YUV186.82166.4789.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.58%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 255 (100% from 255) = 43.29%
R=22.58%
G=34.13%
B=43.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332012550.480.2100206.5610076.08
Hex85C9FF301500cf644c
Octal205311377602500317144114
Binary10000101110010011111111111000010101001100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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