#D7FDFC

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

Shades of Light Cyan #D7FDFC

Tints of Light Cyan #D7FDFC

Color information

#D7FDFC (or 0xD7FDFC) is unknown color: approx Light Cyan. HEX triplet: D7, FD and FC. RGB value is (215,253,252). Sum of RGB (Red+Green+Blue) = 215+253+252=720 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.86% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FDFC is #280203. Grayscale: #F1F1F1. Windows color (decimal): -2621956 or 16580055. OLE color: 16580055.

HSL color Cylindrical-coordinate representation of color #D7FDFC: hue angle of 178.42º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FDFC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB215253252-
CMYK0.1500.000.01
HSL178.42º90.48%91.76%-
HSV(B)178.42º15.02%99.22%-
XYZ80.7291.73105.55-
YUV241.52133.91109.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.86%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 252 (98.83% from 255) = 35%
R=29.86%
G=35.14%
B=35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152532520.1500.000.01178.4290.4891.76
HexD7FDFCF001b25a5c
Octal32737537417001262132134
Binary11010111111111011111110011110011011001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDFC; }

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

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

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

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

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

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

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

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