#85C9F1

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

Shades of Light Sky Blue #85C9F1

Tints of Light Sky Blue #85C9F1

Color information

#85C9F1 (or 0x85C9F1) is unknown color: approx Light Sky Blue. HEX triplet: 85, C9 and F1. RGB value is (133,201,241). Sum of RGB (Red+Green+Blue) = 133+201+241=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #85C9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9F1 is #7A360E. Grayscale: #B8B8B8. Windows color (decimal): -8009231 or 15845765. OLE color: 15845765.

HSL color Cylindrical-coordinate representation of color #85C9F1: hue angle of 202.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85C9F1 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133201241-
CMYK0.450.1700.05
HSL202.22º79.41%73.33%-
HSV(B)202.22º44.81%94.51%-
XYZ46.4453.1191.02-
YUV185.23159.4790.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.13%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=23.13%
G=34.96%
B=41.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332012410.450.1700.05202.2279.4173.33
Hex85C9F12D1105ca4f49
Octal205311361552105312117111
Binary1000010111001001111100011011011000101011100101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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