#DAFCFE

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

Shades of Light Cyan #DAFCFE

Tints of Light Cyan #DAFCFE

Color information

#DAFCFE (or 0xDAFCFE) is unknown color: approx Light Cyan. HEX triplet: DA, FC and FE. RGB value is (218,252,254). Sum of RGB (Red+Green+Blue) = 218+252+254=724 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.11% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCFE is #250301. Grayscale: #F2F2F2. Windows color (decimal): -2425602 or 16710874. OLE color: 16710874.

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

Color convert

RGB218252254-
CMYK0.140.0100.00
HSL183.33º94.74%92.55%-
HSV(B)183.33º14.17%99.61%-
XYZ81.6191.68107.16-
YUV242.06134.74110.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.11%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=30.11%
G=34.81%
B=35.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182522540.140.0100.00183.3394.7492.55
HexDAFCFEE100b75f5d
Octal33237437616100267137135
Binary11011010111111001111111011101001011011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCFE; }

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

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

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

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

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

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

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

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