#DAFFF9

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

Shades of Light Cyan #DAFFF9

Tints of Light Cyan #DAFFF9

Color information

#DAFFF9 (or 0xDAFFF9) is unknown color: approx Light Cyan. HEX triplet: DA, FF and F9. RGB value is (218,255,249). Sum of RGB (Red+Green+Blue) = 218+255+249=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF9 is #250006. Grayscale: #F3F3F3. Windows color (decimal): -2424839 or 16383962. OLE color: 16383962.

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

Color convert

RGB218255249-
CMYK0.1500.020
HSL170.27º100%92.75%-
HSV(B)170.27º14.51%100%-
XYZ81.7793.26103.31-
YUV243.25131.24109.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.19%
GREEN value IS 255 (100% from 255) = 35.32%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=30.19%
G=35.32%
B=34.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552490.1500.020170.2710092.75
HexDAFFF9F020aa645d
Octal33237737117020252144135
Binary110110101111111111111001111101001010101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFF9; }

 p { color: rgb(218,255,249); }

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

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

 a { background-color: rgb(218,255,249); }

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

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

 span { border-color: rgb(218,255,249); }

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