#D2FCFC

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

Shades of Light Cyan #D2FCFC

Tints of Light Cyan #D2FCFC

Color information

#D2FCFC (or 0xD2FCFC) is unknown color: approx Light Cyan. HEX triplet: D2, FC and FC. RGB value is (210,252,252). Sum of RGB (Red+Green+Blue) = 210+252+252=714 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.41% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #D2FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCFC is #2D0303. Grayscale: #EFEFEF. Windows color (decimal): -2949892 or 16579794. OLE color: 16579794.

HSL color Cylindrical-coordinate representation of color #D2FCFC: hue angle of 180º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCFC is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210252252-
CMYK0.17000.01
HSL180º87.5%90.59%-
HSV(B)180º16.67%98.82%-
XYZ78.9690.35105.37-
YUV239.44135.09107-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.41%
GREEN value IS 252 (98.83% from 255) = 35.29%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=29.41%
G=35.29%
B=35.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102522520.17000.0118087.590.59
HexD2FCFC11001b4585b
Octal32237437421001264130133
Binary110100101111110011111100100010011011010010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCFC; }

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

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

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

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

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

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

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

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