#85C3FF

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

Shades of Light Sky Blue #85C3FF

Tints of Light Sky Blue #85C3FF

Color information

#85C3FF (or 0x85C3FF) is unknown color: approx Light Sky Blue. HEX triplet: 85, C3 and FF. RGB value is (133,195,255). Sum of RGB (Red+Green+Blue) = 133+195+255=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #85C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C3FF is #7A3C00. Grayscale: #B7B7B7. Windows color (decimal): -8010753 or 16761733. OLE color: 16761733.

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

Color convert

RGB133195255-
CMYK0.480.2400
HSL209.51º100%76.08%-
HSV(B)209.51º47.84%100%-
XYZ47.2451.24102.01-
YUV183.3168.4692.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.81%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 255 (100% from 255) = 43.74%
R=22.81%
G=33.45%
B=43.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331952550.480.2400209.5110076.08
Hex85C3FF301800d2644c
Octal205303377603000322144114
Binary10000101110000111111111111000011000001101001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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