#D7FEF7

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

Shades of Light Cyan #D7FEF7

Tints of Light Cyan #D7FEF7

Color information

#D7FEF7 (or 0xD7FEF7) is unknown color: approx Light Cyan. HEX triplet: D7, FE and F7. RGB value is (215,254,247). Sum of RGB (Red+Green+Blue) = 215+254+247=716 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.03% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEF7 is #280108. Grayscale: #F1F1F1. Windows color (decimal): -2621705 or 16252631. OLE color: 16252631.

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

Color convert

RGB215254247-
CMYK0.1500.030.00
HSL169.23º95.12%91.96%-
HSV(B)169.23º15.35%99.61%-
XYZ80.2592.05101.53-
YUV241.54131.08109.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.03%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 247 (96.88% from 255) = 34.50%
R=30.03%
G=35.47%
B=34.50%

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
Decimal2152542470.1500.030.00169.2395.1291.96
HexD7FEF7F030a95f5c
Octal32737636717030251137134
Binary110101111111111011110111111101101010100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEF7; }

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

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

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

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

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

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

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

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