#DAFAF6

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

Shades of Light Cyan #DAFAF6

Tints of Light Cyan #DAFAF6

Color information

#DAFAF6 (or 0xDAFAF6) is unknown color: approx Light Cyan. HEX triplet: DA, FA and F6. RGB value is (218,250,246). Sum of RGB (Red+Green+Blue) = 218+250+246=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAF6 is #250509. Grayscale: #EFEFEF. Windows color (decimal): -2426122 or 16186074. OLE color: 16186074.

HSL color Cylindrical-coordinate representation of color #DAFAF6: hue angle of 172.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFAF6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB218250246-
CMYK0.1300.020.02
HSL172.5º76.19%91.76%-
HSV(B)172.5º12.8%98.04%-
XYZ79.7389.93100.34-
YUV239.98131.4112.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.53%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 246 (96.48% from 255) = 34.45%
R=30.53%
G=35.01%
B=34.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502460.1300.020.02172.576.1991.76
HexDAFAF6D022ac4c5c
Octal33237236615022254114134
Binary1101101011111010111101101101010101010110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAF6; }

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

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

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

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

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

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

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

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