#85DDFE

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

Shades of Light Sky Blue #85DDFE

Tints of Light Sky Blue #85DDFE

Color information

#85DDFE (or 0x85DDFE) is unknown color: approx Light Sky Blue. HEX triplet: 85, DD and FE. RGB value is (133,221,254). Sum of RGB (Red+Green+Blue) = 133+221+254=608 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.88% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #85DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDFE is #7A2201. Grayscale: #C6C6C6. Windows color (decimal): -8004098 or 16702853. OLE color: 16702853.

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

Color convert

RGB133221254-
CMYK0.480.1300.00
HSL196.36º98.37%75.88%-
HSV(B)196.36º47.64%99.61%-
XYZ53.4263.86103.28-
YUV198.45159.3581.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.88%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=21.88%
G=36.35%
B=41.78%

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
Decimal1332212540.480.1300.00196.3698.3775.88
Hex85DDFE30D00c4624c
Octal205335376601500304142114
Binary1000010111011101111111101100001101001100010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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