#DAFDFE

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

Shades of Light Cyan #DAFDFE

Tints of Light Cyan #DAFDFE

Color information

#DAFDFE (or 0xDAFDFE) is unknown color: approx Light Cyan. HEX triplet: DA, FD and FE. RGB value is (218,253,254). Sum of RGB (Red+Green+Blue) = 218+253+254=725 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.07% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDFE is #250201. Grayscale: #F2F2F2. Windows color (decimal): -2425346 or 16711130. OLE color: 16711130.

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

Color convert

RGB218253254-
CMYK0.140.0000.00
HSL181.67º94.74%92.55%-
HSV(B)181.67º14.17%99.61%-
XYZ81.9392.31107.27-
YUV242.65134.4110.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.07%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=30.07%
G=34.90%
B=35.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182532540.140.0000.00181.6794.7492.55
HexDAFDFEE000b65f5d
Octal33237537616000266137135
Binary11011010111111011111111011100001011011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDFE; }

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

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

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

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

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

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

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

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