#DAF6FD

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

Shades of Light Cyan #DAF6FD

Tints of Light Cyan #DAF6FD

Color information

#DAF6FD (or 0xDAF6FD) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and FD. RGB value is (218,246,253). Sum of RGB (Red+Green+Blue) = 218+246+253=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FD is #250902. Grayscale: #EEEEEE. Windows color (decimal): -2427139 or 16643802. OLE color: 16643802.

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

Color convert

RGB218246253-
CMYK0.140.0300.01
HSL192º89.74%92.35%-
HSV(B)192º13.83%99.22%-
XYZ79.687.91105.7-
YUV238.43136.22113.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.40%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=30.40%
G=34.31%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182462530.140.0300.0119289.7492.35
HexDAF6FDE301c05a5c
Octal33236637516301300132134
Binary110110101111011011111101111011011100000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6FD; }

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

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

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

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

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

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

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

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