#DAFFF7

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

Shades of Light Cyan #DAFFF7

Tints of Light Cyan #DAFFF7

Color information

#DAFFF7 (or 0xDAFFF7) is unknown color: approx Light Cyan. HEX triplet: DA, FF and F7. RGB value is (218,255,247). Sum of RGB (Red+Green+Blue) = 218+255+247=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF7 is #250008. Grayscale: #F3F3F3. Windows color (decimal): -2424841 or 16252890. OLE color: 16252890.

HSL color Cylindrical-coordinate representation of color #DAFFF7: hue angle of 167.03º 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 #DAFFF7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB218255247-
CMYK0.1500.030
HSL167.03º100%92.75%-
HSV(B)167.03º14.51%100%-
XYZ81.4693.14101.68-
YUV243.03130.24110.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.28%
GREEN value IS 255 (100% from 255) = 35.42%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=30.28%
G=35.42%
B=34.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552470.1500.030167.0310092.75
HexDAFFF7F030a7645d
Octal33237736717030247144135
Binary110110101111111111110111111101101010011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFF7; }

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

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

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

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

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

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

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

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