Html Css Color HEX #DFF5FE Alice Blue

📋 copy color: '#DFF5FE'

red 223 ◦ green 245 ◦ blue 254

#DFF5FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alice Blue #DFF5FE

Tints of Alice Blue #DFF5FE

RGB

 RED value IS 223 (87.5% from 255) = 30.89%

 GREEN value IS 245 (96.09% from 255) = 33.93%

 BLUE value IS 254 (99.61% from 255) = 35.18%

R = 30.89%
G = 33.93%
B = 35.18%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFF5FE (or 0xDFF5FE) is known color: Alice Blue. HEX triplet: DF, F5 and FE. RGB value is (223,245,254). Sum of RGB (Red+Green+Blue) = 223+245+254=722 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.89% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF5FE is #200A01. Grayscale: #EFEFEF. Windows color (decimal): -2099714 or 16709087. OLE color: 16709087.

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

Color convert

RGB 223 245 254 -
CMYK 0.12 0.04 0 0.00
HSL 197.42º 0.94% 0.94% -
HSV(B) 197.42º 0.12% 1% -
XYZ 80.97 88.15 106.51 -
YUV 239.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 223 245 254 0.12 0.04 0 0.00 197.42 0.94 0.94
Hex DF F5 FE C 4 0 0 C5 5E 5E
Octal 337 365 376 14 4 0 0 305 136 136
Binary 11011111 11110101 11111110 1100 100 0 0 11000101 1011110 1011110

Color Harmonies of #DFF5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF5FE

Black with #DFF5FE

Text Example


Text Example

White with #DFF5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF5FE; }

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

 H1.HeaderClassName
 {
   color: #DFF5FE;
 }
 .AnyTagClassName
 {
   color: #DFF5FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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