#DAF8FF

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

Shades of Light Cyan #DAF8FF

Tints of Light Cyan #DAF8FF

Color information

#DAF8FF (or 0xDAF8FF) is unknown color: approx Light Cyan. HEX triplet: DA, F8 and FF. RGB value is (218,248,255). Sum of RGB (Red+Green+Blue) = 218+248+255=721 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.24% from 721); Green value is 248 (97.27% from 255 or 34.40% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8FF is #250700. Grayscale: #EFEFEF. Windows color (decimal): -2426625 or 16775386. OLE color: 16775386.

HSL color Cylindrical-coordinate representation of color #DAF8FF: hue angle of 191.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF8FF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218248255-
CMYK0.150.0300
HSL191.35º100%92.75%-
HSV(B)191.35º14.51%100%-
XYZ80.5389.26107.59-
YUV239.83136.56112.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.24%
GREEN value IS 248 (97.27% from 255) = 34.40%
BLUE value IS 255 (100% from 255) = 35.37%
R=30.24%
G=34.40%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182482550.150.0300191.3510092.75
HexDAF8FFF300bf645d
Octal33237037717300277144135
Binary110110101111100011111111111111001011111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8FF; }

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

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

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

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

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

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

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

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