#D7FCF6

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

Shades of Light Cyan #D7FCF6

Tints of Light Cyan #D7FCF6

Color information

#D7FCF6 (or 0xD7FCF6) is unknown color: approx Light Cyan. HEX triplet: D7, FC and F6. RGB value is (215,252,246). Sum of RGB (Red+Green+Blue) = 215+252+246=713 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.15% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FCF6 is #280309. Grayscale: #F0F0F0. Windows color (decimal): -2622218 or 16186583. OLE color: 16186583.

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

Color convert

RGB215252246-
CMYK0.1500.020.01
HSL170.27º86.05%91.57%-
HSV(B)170.27º14.68%98.82%-
XYZ79.4790.72100.51-
YUV240.25131.24109.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.15%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 246 (96.48% from 255) = 34.50%
R=30.15%
G=35.34%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152522460.1500.020.01170.2786.0591.57
HexD7FCF6F021aa565c
Octal32737436617021252126134
Binary110101111111110011110110111101011010101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCF6; }

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

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

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

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

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

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

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

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