#DAFEFD

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

Shades of Light Cyan #DAFEFD

Tints of Light Cyan #DAFEFD

Color information

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

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

Color convert

RGB218254253-
CMYK0.1400.000.00
HSL178.33º94.74%92.55%-
HSV(B)178.33º14.17%99.61%-
XYZ82.0892.88106.53-
YUV243.12133.57110.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542530.1400.000.00178.3394.7492.55
HexDAFEFDE000b25f5d
Octal33237637516000262137135
Binary11011010111111101111110111100001011001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEFD; }

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

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

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

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

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

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

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

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