#85DAFE

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

Shades of Light Sky Blue #85DAFE

Tints of Light Sky Blue #85DAFE

Color information

#85DAFE (or 0x85DAFE) is unknown color: approx Light Sky Blue. HEX triplet: 85, DA and FE. RGB value is (133,218,254). Sum of RGB (Red+Green+Blue) = 133+218+254=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #85DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAFE is #7A2501. Grayscale: #C4C4C4. Windows color (decimal): -8004866 or 16702085. OLE color: 16702085.

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

Color convert

RGB133218254-
CMYK0.480.1400.00
HSL197.85º98.37%75.88%-
HSV(B)197.85º47.64%99.61%-
XYZ52.6362.29103.01-
YUV196.69160.3482.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.98%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=21.98%
G=36.03%
B=41.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332182540.480.1400.00197.8598.3775.88
Hex85DAFE30E00c6624c
Octal205332376601600306142114
Binary1000010111011010111111101100001110001100011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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