#DAFBF7

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

Shades of Light Cyan #DAFBF7

Tints of Light Cyan #DAFBF7

Color information

#DAFBF7 (or 0xDAFBF7) is unknown color: approx Light Cyan. HEX triplet: DA, FB and F7. RGB value is (218,251,247). Sum of RGB (Red+Green+Blue) = 218+251+247=716 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.45% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF7 is #250408. Grayscale: #F0F0F0. Windows color (decimal): -2425865 or 16251866. OLE color: 16251866.

HSL color Cylindrical-coordinate representation of color #DAFBF7: hue angle of 172.73º degrees, saturation: 0.8, 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 #DAFBF7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB218251247-
CMYK0.1300.020.02
HSL172.73º80.49%91.96%-
HSV(B)172.73º13.15%98.43%-
XYZ80.290.62101.26-
YUV240.68131.57111.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.45%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 247 (96.88% from 255) = 34.50%
R=30.45%
G=35.06%
B=34.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512470.1300.020.02172.7380.4991.96
HexDAFBF7D022ad505c
Octal33237336715022255120134
Binary1101101011111011111101111101010101010110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBF7; }

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

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

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

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

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

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

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

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