#DAFBEF

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

Shades of Clear Day #DAFBEF

Tints of Clear Day #DAFBEF

Color information

#DAFBEF (or 0xDAFBEF) is unknown color: approx Clear Day. HEX triplet: DA, FB and EF. RGB value is (218,251,239). Sum of RGB (Red+Green+Blue) = 218+251+239=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBEF is #250410. Grayscale: #EFEFEF. Windows color (decimal): -2425873 or 15727578. OLE color: 15727578.

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

Color convert

RGB218251239-
CMYK0.1300.050.02
HSL158.18º80.49%91.96%-
HSV(B)158.18º13.15%98.43%-
XYZ78.9990.1394.9-
YUV239.76127.57112.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.79%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=30.79%
G=35.45%
B=33.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512390.1300.050.02158.1880.4991.96
HexDAFBEFD0529e505c
Octal33237335715052236120134
Binary11011010111110111110111111010101101001111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBEF; }

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

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

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

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

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

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

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

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