#D2FAFA

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

Shades of Light Cyan #D2FAFA

Tints of Light Cyan #D2FAFA

Color information

#D2FAFA (or 0xD2FAFA) is unknown color: approx Light Cyan. HEX triplet: D2, FA and FA. RGB value is (210,250,250). Sum of RGB (Red+Green+Blue) = 210+250+250=710 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.58% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #D2FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FAFA is #2D0505. Grayscale: #EEEEEE. Windows color (decimal): -2950406 or 16448210. OLE color: 16448210.

HSL color Cylindrical-coordinate representation of color #D2FAFA: hue angle of 180º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FAFA is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210250250-
CMYK0.16000.02
HSL180º80%90.2%-
HSV(B)180º16%98.04%-
XYZ78.0288.97103.5-
YUV238.04134.75108-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.58%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=29.58%
G=35.21%
B=35.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502500.16000.021808090.2
HexD2FAFA10002b4505a
Octal32237237220002264120132
Binary1101001011111010111110101000000101011010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FAFA; }

 p { color: rgb(210,250,250); }

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

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

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

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

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

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

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