#DAFEF9

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

Shades of Light Cyan #DAFEF9

Tints of Light Cyan #DAFEF9

Color information

#DAFEF9 (or 0xDAFEF9) is unknown color: approx Light Cyan. HEX triplet: DA, FE and F9. RGB value is (218,254,249). Sum of RGB (Red+Green+Blue) = 218+254+249=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEF9 is #250106. Grayscale: #F2F2F2. Windows color (decimal): -2425095 or 16383706. OLE color: 16383706.

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

Color convert

RGB218254249-
CMYK0.1400.020.00
HSL171.67º94.74%92.55%-
HSV(B)171.67º14.17%99.61%-
XYZ81.4592.63103.21-
YUV242.67131.57110.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.24%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=30.24%
G=35.23%
B=34.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542490.1400.020.00171.6794.7492.55
HexDAFEF9E020ac5f5d
Octal33237637116020254137135
Binary110110101111111011111001111001001010110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEF9; }

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

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

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

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

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

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

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

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