#DAFEFA

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

Shades of Light Cyan #DAFEFA

Tints of Light Cyan #DAFEFA

Color information

#DAFEFA (or 0xDAFEFA) is unknown color: approx Light Cyan. HEX triplet: DA, FE and FA. RGB value is (218,254,250). Sum of RGB (Red+Green+Blue) = 218+254+250=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFA is #250105. Grayscale: #F2F2F2. Windows color (decimal): -2425094 or 16449242. OLE color: 16449242.

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

Color convert

RGB218254250-
CMYK0.1400.020.00
HSL173.33º94.74%92.55%-
HSV(B)173.33º14.17%99.61%-
XYZ81.6192.69104.03-
YUV242.78132.07110.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.19%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=30.19%
G=35.18%
B=34.63%

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
Decimal2182542500.1400.020.00173.3394.7492.55
HexDAFEFAE020ad5f5d
Octal33237637216020255137135
Binary110110101111111011111010111001001010110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEFA; }

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

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

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

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

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

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

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

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