#DAFBF8

Color #DAFBF8 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DAFBF8

Tints of Light Cyan #DAFBF8

Color information

#DAFBF8 (or 0xDAFBF8) is unknown color: approx Light Cyan. HEX triplet: DA, FB and F8. RGB value is (218,251,248). Sum of RGB (Red+Green+Blue) = 218+251+248=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF8 is #250407. Grayscale: #F0F0F0. Windows color (decimal): -2425864 or 16317402. OLE color: 16317402.

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

Color convert

RGB218251248-
CMYK0.1300.010.02
HSL174.55º80.49%91.96%-
HSV(B)174.55º13.15%98.43%-
XYZ80.3590.68102.07-
YUV240.79132.07111.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.40%
GREEN value IS 251 (98.44% from 255) = 35.01%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=30.40%
G=35.01%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512480.1300.010.02174.5580.4991.96
HexDAFBF8D012af505c
Octal33237337015012257120134
Binary110110101111101111111000110101101010111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBF8; }

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

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

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

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

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

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

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

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