Html Css Color HEX #DFF0FB Alice Blue

📋 copy color: '#DFF0FB'

red 223 ◦ green 240 ◦ blue 251

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

Shades of Alice Blue #DFF0FB

Tints of Alice Blue #DFF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.61%

 BLUE value IS 251 (98.44% from 255) = 35.15%

R = 31.23%
G = 33.61%
B = 35.15%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFF0FB (or 0xDFF0FB) is known color: Alice Blue. HEX triplet: DF, F0 and FB. RGB value is (223,240,251). Sum of RGB (Red+Green+Blue) = 223+240+251=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0FB is #200F04. Grayscale: #ECECEC. Windows color (decimal): -2100997 or 16511199. OLE color: 16511199.

HSL color Cylindrical-coordinate representation of color #DFF0FB: hue angle of 203.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF0FB is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 240 251 -
CMYK 0.11 0.04 0 0.02
HSL 203.57º 0.78% 0.93% -
HSV(B) 203.57º 0.11% 0.98% -
XYZ 79 84.97 103.5 -
YUV 236.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 223 240 251 0.11 0.04 0 0.02 203.57 0.78 0.93
Hex DF F0 FB B 4 0 2 CC 4E 5D
Octal 337 360 373 13 4 0 2 314 116 135
Binary 11011111 11110000 11111011 1011 100 0 10 11001100 1001110 1011101

Color Harmonies of #DFF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF0FB

Black with #DFF0FB

Text Example


Text Example

White with #DFF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF0FB; }

 p { color: rgb(223,240,251); }

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

background-color css

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

 a { background-color: rgb(223,240,251); }

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

border-color css

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

 span { border-color: rgb(223,240,251); }

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