#DAFEF8

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

Shades of Light Cyan #DAFEF8

Tints of Light Cyan #DAFEF8

Color information

#DAFEF8 (or 0xDAFEF8) is unknown color: approx Light Cyan. HEX triplet: DA, FE and F8. RGB value is (218,254,248). Sum of RGB (Red+Green+Blue) = 218+254+248=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEF8 is #250107. Grayscale: #F2F2F2. Windows color (decimal): -2425096 or 16318170. OLE color: 16318170.

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

Color convert

RGB218254248-
CMYK0.1400.020.00
HSL170º94.74%92.55%-
HSV(B)170º14.17%99.61%-
XYZ81.392.57102.39-
YUV242.55131.07110.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.28%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 248 (97.27% from 255) = 34.44%
R=30.28%
G=35.28%
B=34.44%

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
Decimal2182542480.1400.020.0017094.7492.55
HexDAFEF8E020aa5f5d
Octal33237637016020252137135
Binary110110101111111011111000111001001010101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEF8; }

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

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

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

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

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

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

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

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