#85C4FB

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

Shades of Light Sky Blue #85C4FB

Tints of Light Sky Blue #85C4FB

Color information

#85C4FB (or 0x85C4FB) is unknown color: approx Light Sky Blue. HEX triplet: 85, C4 and FB. RGB value is (133,196,251). Sum of RGB (Red+Green+Blue) = 133+196+251=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #85C4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C4FB is #7A3B04. Grayscale: #B7B7B7. Windows color (decimal): -8010501 or 16499845. OLE color: 16499845.

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

Color convert

RGB133196251-
CMYK0.470.2200.02
HSL207.97º93.65%75.29%-
HSV(B)207.97º47.01%98.43%-
XYZ46.8351.4398.73-
YUV183.43166.1392.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.93%
GREEN value IS 196 (76.95% from 255) = 33.79%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=22.93%
G=33.79%
B=43.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331962510.470.2200.02207.9793.6575.29
Hex85C4FB2F1602d05e4b
Octal205304373572602320136113
Binary100001011100010011111011101111101100101101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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