#DAFBF6

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

Shades of Light Cyan #DAFBF6

Tints of Light Cyan #DAFBF6

Color information

#DAFBF6 (or 0xDAFBF6) is unknown color: approx Light Cyan. HEX triplet: DA, FB and F6. RGB value is (218,251,246). Sum of RGB (Red+Green+Blue) = 218+251+246=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBF6 is #250409. Grayscale: #F0F0F0. Windows color (decimal): -2425866 or 16186330. OLE color: 16186330.

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

Color convert

RGB218251246-
CMYK0.1300.020.02
HSL170.91º80.49%91.96%-
HSV(B)170.91º13.15%98.43%-
XYZ80.0590.55100.45-
YUV240.56131.07111.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.49%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 246 (96.48% from 255) = 34.41%
R=30.49%
G=35.10%
B=34.41%

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
Decimal2182512460.1300.020.02170.9180.4991.96
HexDAFBF6D022ab505c
Octal33237336615022253120134
Binary1101101011111011111101101101010101010101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBF6; }

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

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

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

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

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

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

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

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