#85C9FE

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

Shades of Light Sky Blue #85C9FE

Tints of Light Sky Blue #85C9FE

Color information

#85C9FE (or 0x85C9FE) is unknown color: approx Light Sky Blue. HEX triplet: 85, C9 and FE. RGB value is (133,201,254). Sum of RGB (Red+Green+Blue) = 133+201+254=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #85C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9FE is #7A3601. Grayscale: #BABABA. Windows color (decimal): -8009218 or 16697733. OLE color: 16697733.

HSL color Cylindrical-coordinate representation of color #85C9FE: hue angle of 206.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85C9FE is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133201254-
CMYK0.480.2100.00
HSL206.28º98.37%75.88%-
HSV(B)206.28º47.64%99.61%-
XYZ48.4553.92101.62-
YUV186.71165.9789.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.62%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=22.62%
G=34.18%
B=43.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332012540.480.2100.00206.2898.3775.88
Hex85C9FE301500ce624c
Octal205311376602500316142114
Binary10000101110010011111111011000010101001100111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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