#DAFEF7

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

Shades of Light Cyan #DAFEF7

Tints of Light Cyan #DAFEF7

Color information

#DAFEF7 (or 0xDAFEF7) is unknown color: approx Light Cyan. HEX triplet: DA, FE and F7. RGB value is (218,254,247). Sum of RGB (Red+Green+Blue) = 218+254+247=719 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.32% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEF7 is #250108. Grayscale: #F2F2F2. Windows color (decimal): -2425097 or 16252634. OLE color: 16252634.

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

Color convert

RGB218254247-
CMYK0.1400.030.00
HSL168.33º94.74%92.55%-
HSV(B)168.33º14.17%99.61%-
XYZ81.1492.5101.57-
YUV242.44130.57110.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.32%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=30.32%
G=35.33%
B=34.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542470.1400.030.00168.3394.7492.55
HexDAFEF7E030a85f5d
Octal33237636716030250137135
Binary110110101111111011110111111001101010100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEF7; }

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

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

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

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

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

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

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

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