#DEFBEF

Color #DEFBEF Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DEFBEF

Tints of Clear Day #DEFBEF

Color information

#DEFBEF (or 0xDEFBEF) is unknown color: approx Clear Day. HEX triplet: DE, FB and EF. RGB value is (222,251,239). Sum of RGB (Red+Green+Blue) = 222+251+239=712 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.18% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBEF is #210410. Grayscale: #F0F0F0. Windows color (decimal): -2163729 or 15727582. OLE color: 15727582.

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

Color convert

RGB222251239-
CMYK0.1200.050.02
HSL155.17º78.38%92.75%-
HSV(B)155.17º11.55%98.43%-
XYZ80.290.7694.95-
YUV240.96126.89114.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.18%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 239 (93.75% from 255) = 33.57%
R=31.18%
G=35.25%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512390.1200.050.02155.1778.3892.75
HexDEFBEFC0529b4e5d
Octal33637335714052233116135
Binary11011110111110111110111111000101101001101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBEF; }

 p { color: rgb(222,251,239); }

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

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

 a { background-color: rgb(222,251,239); }

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

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

 span { border-color: rgb(222,251,239); }

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