#DAFAFD

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

Shades of Light Cyan #DAFAFD

Tints of Light Cyan #DAFAFD

Color information

#DAFAFD (or 0xDAFAFD) is unknown color: approx Light Cyan. HEX triplet: DA, FA and FD. RGB value is (218,250,253). Sum of RGB (Red+Green+Blue) = 218+250+253=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAFD is #250502. Grayscale: #F0F0F0. Windows color (decimal): -2426115 or 16644826. OLE color: 16644826.

HSL color Cylindrical-coordinate representation of color #DAFAFD: hue angle of 185.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFAFD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218250253-
CMYK0.140.0100.01
HSL185.14º89.74%92.35%-
HSV(B)185.14º13.83%99.22%-
XYZ80.8390.37106.11-
YUV240.77134.9111.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.24%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=30.24%
G=34.67%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182502530.140.0100.01185.1489.7492.35
HexDAFAFDE101b95a5c
Octal33237237516101271132134
Binary11011010111110101111110111101011011100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAFD; }

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

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

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

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

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

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

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

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