#DAF6F8

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

Shades of Light Cyan #DAF6F8

Tints of Light Cyan #DAF6F8

Color information

#DAF6F8 (or 0xDAF6F8) is unknown color: approx Light Cyan. HEX triplet: DA, F6 and F8. RGB value is (218,246,248). Sum of RGB (Red+Green+Blue) = 218+246+248=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 248 (97.27% from 255 or 34.83% from 712); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAF6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6F8 is #250907. Grayscale: #EDEDED. Windows color (decimal): -2427144 or 16316122. OLE color: 16316122.

HSL color Cylindrical-coordinate representation of color #DAF6F8: hue angle of 184º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF6F8 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218246248-
CMYK0.120.0100.03
HSL184º68.18%91.37%-
HSV(B)184º12.1%97.25%-
XYZ78.8187.59101.56-
YUV237.86133.72113.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.62%
GREEN value IS 246 (96.48% from 255) = 34.55%
BLUE value IS 248 (97.27% from 255) = 34.83%
R=30.62%
G=34.55%
B=34.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182462480.120.0100.0318468.1891.37
HexDAF6F8C103b8445b
Octal33236637014103270104133
Binary110110101111011011111000110010111011100010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6F8; }

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

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

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

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

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

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

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

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