#85C8F1

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

Shades of Light Sky Blue #85C8F1

Tints of Light Sky Blue #85C8F1

Color information

#85C8F1 (or 0x85C8F1) is unknown color: approx Light Sky Blue. HEX triplet: 85, C8 and F1. RGB value is (133,200,241). Sum of RGB (Red+Green+Blue) = 133+200+241=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #85C8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8F1 is #7A370E. Grayscale: #B8B8B8. Windows color (decimal): -8009487 or 15845509. OLE color: 15845509.

HSL color Cylindrical-coordinate representation of color #85C8F1: hue angle of 202.78º 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 #85C8F1 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133200241-
CMYK0.450.1700.05
HSL202.78º79.41%73.33%-
HSV(B)202.78º44.81%94.51%-
XYZ46.252.6590.95-
YUV184.64159.891.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.17%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=23.17%
G=34.84%
B=41.99%

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
Decimal1332002410.450.1700.05202.7879.4173.33
Hex85C8F12D1105cb4f49
Octal205310361552105313117111
Binary1000010111001000111100011011011000101011100101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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