#85CCFB

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

Shades of Light Sky Blue #85CCFB

Tints of Light Sky Blue #85CCFB

Color information

#85CCFB (or 0x85CCFB) is unknown color: approx Light Sky Blue. HEX triplet: 85, CC and FB. RGB value is (133,204,251). Sum of RGB (Red+Green+Blue) = 133+204+251=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #85CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCFB is #7A3304. Grayscale: #BBBBBB. Windows color (decimal): -8008453 or 16501893. OLE color: 16501893.

HSL color Cylindrical-coordinate representation of color #85CCFB: hue angle of 203.9º degrees, saturation: 0.94, 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 #85CCFB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133204251-
CMYK0.470.1900.02
HSL203.9º93.65%75.29%-
HSV(B)203.9º47.01%98.43%-
XYZ48.6855.1499.34-
YUV188.13163.4888.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.62%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=22.62%
G=34.69%
B=42.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332042510.470.1900.02203.993.6575.29
Hex85CCFB2F1302cc5e4b
Octal205314373572302314136113
Binary100001011100110011111011101111100110101100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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