#D7FEF6

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

Shades of Light Cyan #D7FEF6

Tints of Light Cyan #D7FEF6

Color information

#D7FEF6 (or 0xD7FEF6) is unknown color: approx Light Cyan. HEX triplet: D7, FE and F6. RGB value is (215,254,246). Sum of RGB (Red+Green+Blue) = 215+254+246=715 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.07% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 246 (96.48% from 255 or 34.41% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEF6 is #280109. Grayscale: #F1F1F1. Windows color (decimal): -2621706 or 16187095. OLE color: 16187095.

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

Color convert

RGB215254246-
CMYK0.1500.030.00
HSL167.69º95.12%91.96%-
HSV(B)167.69º15.35%99.61%-
XYZ80.191.98100.72-
YUV241.43130.58109.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.07%
GREEN value IS 254 (99.61% from 255) = 35.52%
BLUE value IS 246 (96.48% from 255) = 34.41%
R=30.07%
G=35.52%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152542460.1500.030.00167.6995.1291.96
HexD7FEF6F030a85f5c
Octal32737636617030250137134
Binary110101111111111011110110111101101010100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEF6; }

 p { color: rgb(215,254,246); }

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

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

 a { background-color: rgb(215,254,246); }

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

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

 span { border-color: rgb(215,254,246); }

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