#DAFFFB

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

Shades of Light Cyan #DAFFFB

Tints of Light Cyan #DAFFFB

Color information

#DAFFFB (or 0xDAFFFB) is unknown color: approx Light Cyan. HEX triplet: DA, FF and FB. RGB value is (218,255,251). Sum of RGB (Red+Green+Blue) = 218+255+251=724 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.11% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFB is #250004. Grayscale: #F3F3F3. Windows color (decimal): -2424837 or 16515034. OLE color: 16515034.

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

Color convert

RGB218255251-
CMYK0.1500.020
HSL173.51º100%92.75%-
HSV(B)173.51º14.51%100%-
XYZ82.0993.39104.97-
YUV243.48132.24109.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.11%
GREEN value IS 255 (100% from 255) = 35.22%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=30.11%
G=35.22%
B=34.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552510.1500.020173.5110092.75
HexDAFFFBF020ae645d
Octal33237737317020256144135
Binary110110101111111111111011111101001010111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFFB; }

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

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

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

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

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

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

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

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