#DAF6FA

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

Shades of Light Cyan #DAF6FA

Tints of Light Cyan #DAF6FA

Color information

#DAF6FA (or 0xDAF6FA) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and FA. RGB value is (218,246,250). Sum of RGB (Red+Green+Blue) = 218+246+250=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 246 (96.48% from 255 or 34.45% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FA is #250905. Grayscale: #EEEEEE. Windows color (decimal): -2427142 or 16447194. OLE color: 16447194.

HSL color Cylindrical-coordinate representation of color #DAF6FA: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF6FA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218246250-
CMYK0.130.0200.02
HSL187.5º76.19%91.76%-
HSV(B)187.5º12.8%98.04%-
XYZ79.1287.72103.2-
YUV238.08134.72113.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.53%
GREEN value IS 246 (96.48% from 255) = 34.45%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=30.53%
G=34.45%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182462500.130.0200.02187.576.1991.76
HexDAF6FAD202bc4c5c
Octal33236637215202274114134
Binary1101101011110110111110101101100101011110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6FA; }

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

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

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

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

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

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

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

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