#D7F5F6

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

Shades of Light Cyan #D7F5F6

Tints of Light Cyan #D7F5F6

Color information

#D7F5F6 (or 0xD7F5F6) is unknown color: approx Light Cyan. HEX triplet: D7, F5 and F6. RGB value is (215,245,246). Sum of RGB (Red+Green+Blue) = 215+245+246=706 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.45% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7F5F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F5F6 is #280A09. Grayscale: #ECECEC. Windows color (decimal): -2624010 or 16184791. OLE color: 16184791.

HSL color Cylindrical-coordinate representation of color #D7F5F6: hue angle of 181.94º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7F5F6 is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215245246-
CMYK0.130.0000.04
HSL181.94º63.27%90.39%-
HSV(B)181.94º12.6%96.47%-
XYZ77.3186.4199.79-
YUV236.14133.56112.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.45%
GREEN value IS 245 (96.09% from 255) = 34.70%
BLUE value IS 246 (96.48% from 255) = 34.84%
R=30.45%
G=34.70%
B=34.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2152452460.130.0000.04181.9463.2790.39
HexD7F5F6D004b63f5a
Octal3273653661500426677132
Binary110101111111010111110110110100100101101101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F5F6; }

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

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

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

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

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

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

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

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