#DFF5FF

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

Shades of Alice Blue #DFF5FF

Tints of Alice Blue #DFF5FF

Color information

#DFF5FF (or 0xDFF5FF) is unknown color: approx Alice Blue. HEX triplet: DF, F5 and FF. RGB value is (223,245,255). Sum of RGB (Red+Green+Blue) = 223+245+255=723 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.84% from 723); Green value is 245 (96.09% from 255 or 33.89% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5FF is #200A00. Grayscale: #EFEFEF. Windows color (decimal): -2099713 or 16774623. OLE color: 16774623.

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

Color convert

RGB223245255-
CMYK0.130.0400
HSL198.75º100%93.73%-
HSV(B)198.75º12.55%100%-
XYZ81.1388.21107.36-
YUV239.56136.71116.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.84%
GREEN value IS 245 (96.09% from 255) = 33.89%
BLUE value IS 255 (100% from 255) = 35.27%
R=30.84%
G=33.89%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232452550.130.0400198.7510093.73
HexDFF5FFD400c7645e
Octal33736537715400307144136
Binary1101111111110101111111111101100001100011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF5FF; }

 p { color: rgb(223,245,255); }

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

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

 a { background-color: rgb(223,245,255); }

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

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

 span { border-color: rgb(223,245,255); }

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