#D7FDFB

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

Shades of Light Cyan #D7FDFB

Tints of Light Cyan #D7FDFB

Color information

#D7FDFB (or 0xD7FDFB) is unknown color: approx Light Cyan. HEX triplet: D7, FD and FB. RGB value is (215,253,251). Sum of RGB (Red+Green+Blue) = 215+253+251=719 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.90% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FDFB is #280204. Grayscale: #F1F1F1. Windows color (decimal): -2621957 or 16514519. OLE color: 16514519.

HSL color Cylindrical-coordinate representation of color #D7FDFB: hue angle of 176.84º 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 #D7FDFB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB215253251-
CMYK0.1500.010.01
HSL176.84º90.48%91.76%-
HSV(B)176.84º15.02%99.22%-
XYZ80.5691.66104.71-
YUV241.41133.41109.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 29.90%
GREEN value IS 253 (99.22% from 255) = 35.19%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=29.90%
G=35.19%
B=34.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152532510.1500.010.01176.8490.4891.76
HexD7FDFBF011b15a5c
Octal32737537317011261132134
Binary11010111111111011111101111110111011000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDFB; }

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

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

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

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

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

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

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

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