#D2FFFB

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

Shades of Light Cyan #D2FFFB

Tints of Light Cyan #D2FFFB

Color information

#D2FFFB (or 0xD2FFFB) is unknown color: approx Light Cyan. HEX triplet: D2, FF and FB. RGB value is (210,255,251). Sum of RGB (Red+Green+Blue) = 210+255+251=716 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.33% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFFB is #2D0004. Grayscale: #F1F1F1. Windows color (decimal): -2949125 or 16515026. OLE color: 16515026.

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

Color convert

RGB210255251-
CMYK0.1800.020
HSL174.67º100%91.18%-
HSV(B)174.67º17.65%100%-
XYZ79.7592.19104.86-
YUV241.09133.59105.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.33%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=29.33%
G=35.61%
B=35.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552510.1800.020174.6710091.18
HexD2FFFB12020af645b
Octal32237737322020257144133
Binary1101001011111111111110111001001001010111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFFB; }

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

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

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

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

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

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

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

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