#DEF5FE

Color #DEF5FE Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #DEF5FE

Tints of Alice Blue #DEF5FE

Color information

#DEF5FE (or 0xDEF5FE) is unknown color: approx Alice Blue. HEX triplet: DE, F5 and FE. RGB value is (222,245,254). Sum of RGB (Red+Green+Blue) = 222+245+254=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5FE is #210A01. Grayscale: #EFEFEF. Windows color (decimal): -2165250 or 16709086. OLE color: 16709086.

HSL color Cylindrical-coordinate representation of color #DEF5FE: hue angle of 196.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEF5FE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222245254-
CMYK0.130.0400.00
HSL196.88º94.12%93.33%-
HSV(B)196.88º12.6%99.61%-
XYZ80.6787.99106.5-
YUV239.15136.38115.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 245 (96.09% from 255) = 33.98%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=30.79%
G=33.98%
B=35.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222452540.130.0400.00196.8894.1293.33
HexDEF5FED400c55e5d
Octal33636537615400305136135
Binary1101111011110101111111101101100001100010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5FE; }

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

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

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

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

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

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

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

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