#85CCFA

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

Shades of Light Sky Blue #85CCFA

Tints of Light Sky Blue #85CCFA

Color information

#85CCFA (or 0x85CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 85, CC and FA. RGB value is (133,204,250). Sum of RGB (Red+Green+Blue) = 133+204+250=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #85CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCFA is #7A3305. Grayscale: #BBBBBB. Windows color (decimal): -8008454 or 16436357. OLE color: 16436357.

HSL color Cylindrical-coordinate representation of color #85CCFA: hue angle of 203.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85CCFA is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133204250-
CMYK0.470.1800.02
HSL203.59º92.13%75.1%-
HSV(B)203.59º46.8%98.04%-
XYZ48.5255.0798.52-
YUV188.02162.9888.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.66%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=22.66%
G=34.75%
B=42.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332042500.470.1800.02203.5992.1375.1
Hex85CCFA2F1202cc5c4b
Octal205314372572202314134113
Binary100001011100110011111010101111100100101100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,250); }

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

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

 a { background-color: rgb(133,204,250); }

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

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

 span { border-color: rgb(133,204,250); }

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