Html Css Color HEX #DEF5FF Alice Blue

📋 copy color: '#DEF5FF'

red 222 ◦ green 245 ◦ blue 255

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

Shades of Alice Blue #DEF5FF

Tints of Alice Blue #DEF5FF

RGB

 RED value IS 222 (87.11% from 255) = 30.75%

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

 BLUE value IS 255 (100% from 255) = 35.32%

R = 30.75%
G = 33.93%
B = 35.32%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEF5FF (or 0xDEF5FF) is known color: Alice Blue. HEX triplet: DE, F5 and FF. RGB value is (222,245,255). Sum of RGB (Red+Green+Blue) = 222+245+255=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5FF is #210A00. Grayscale: #EFEFEF. Windows color (decimal): -2165249 or 16774622. OLE color: 16774622.

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

Color convert

RGB 222 245 255 -
CMYK 0.13 0.04 0 0
HSL 198.18º 1% 0.94% -
HSV(B) 198.18º 0.13% 1% -
XYZ 80.83 88.05 107.34 -
YUV 239.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 222 245 255 0.13 0.04 0 0 198.18 1 0.94
Hex DE F5 FF D 4 0 0 C6 64 5E
Octal 336 365 377 15 4 0 0 306 144 136
Binary 11011110 11110101 11111111 1101 100 0 0 11000110 1100100 1011110

Color Harmonies of #DEF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF5FF

Black with #DEF5FF

Text Example


Text Example

White with #DEF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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