#DAF7FF

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

Shades of Light Cyan #DAF7FF

Tints of Light Cyan #DAF7FF

Color information

#DAF7FF (or 0xDAF7FF) is unknown color: approx Light Cyan. HEX triplet: DA, F7 and FF. RGB value is (218,247,255). Sum of RGB (Red+Green+Blue) = 218+247+255=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF7FF is #250800. Grayscale: #EFEFEF. Windows color (decimal): -2426881 or 16775130. OLE color: 16775130.

HSL color Cylindrical-coordinate representation of color #DAF7FF: hue angle of 192.97º 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 #DAF7FF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218247255-
CMYK0.150.0300
HSL192.97º100%92.75%-
HSV(B)192.97º14.51%100%-
XYZ80.2288.65107.49-
YUV239.24136.89112.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.28%
GREEN value IS 247 (96.88% from 255) = 34.31%
BLUE value IS 255 (100% from 255) = 35.42%
R=30.28%
G=34.31%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182472550.150.0300192.9710092.75
HexDAF7FFF300c1645d
Octal33236737717300301144135
Binary110110101111011111111111111111001100000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7FF; }

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

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

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

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

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

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

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

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