#85DEFE

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

Shades of Light Sky Blue #85DEFE

Tints of Light Sky Blue #85DEFE

Color information

#85DEFE (or 0x85DEFE) is unknown color: approx Light Sky Blue. HEX triplet: 85, DE and FE. RGB value is (133,222,254). Sum of RGB (Red+Green+Blue) = 133+222+254=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #85DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DEFE is #7A2101. Grayscale: #C6C6C6. Windows color (decimal): -8003842 or 16703109. OLE color: 16703109.

HSL color Cylindrical-coordinate representation of color #85DEFE: hue angle of 195.87º 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 #85DEFE is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133222254-
CMYK0.480.1300.00
HSL195.87º98.37%75.88%-
HSV(B)195.87º47.64%99.61%-
XYZ53.6864.38103.36-
YUV199.04159.0180.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.84%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=21.84%
G=36.45%
B=41.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332222540.480.1300.00195.8798.3775.88
Hex85DEFE30D00c4624c
Octal205336376601500304142114
Binary1000010111011110111111101100001101001100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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