#D2FDFC

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

Shades of Light Cyan #D2FDFC

Tints of Light Cyan #D2FDFC

Color information

#D2FDFC (or 0xD2FDFC) is unknown color: approx Light Cyan. HEX triplet: D2, FD and FC. RGB value is (210,253,252). Sum of RGB (Red+Green+Blue) = 210+253+252=715 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.37% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FDFC is #2D0203. Grayscale: #EFEFEF. Windows color (decimal): -2949636 or 16580050. OLE color: 16580050.

HSL color Cylindrical-coordinate representation of color #D2FDFC: hue angle of 178.6º degrees, saturation: 0.91, 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 #D2FDFC is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB210253252-
CMYK0.1700.000.01
HSL178.6º91.49%90.78%-
HSV(B)178.6º17%99.22%-
XYZ79.2790.98105.48-
YUV240.03134.75106.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.37%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=29.37%
G=35.38%
B=35.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102532520.1700.000.01178.691.4990.78
HexD2FDFC11001b35b5b
Octal32237537421001263133133
Binary110100101111110111111100100010011011001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FDFC; }

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

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

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

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

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

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

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

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