#D8F5F6

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

Shades of Light Cyan #D8F5F6

Tints of Light Cyan #D8F5F6

Color information

#D8F5F6 (or 0xD8F5F6) is unknown color: approx Light Cyan. HEX triplet: D8, F5 and F6. RGB value is (216,245,246). Sum of RGB (Red+Green+Blue) = 216+245+246=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8F5F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F5F6 is #270A09. Grayscale: #ECECEC. Windows color (decimal): -2558474 or 16184792. OLE color: 16184792.

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

Color convert

RGB216245246-
CMYK0.120.0000.04
HSL182º62.5%90.59%-
HSV(B)182º12.2%96.47%-
XYZ77.6186.5699.81-
YUV236.44133.39113.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.55%
GREEN value IS 245 (96.09% from 255) = 34.65%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=30.55%
G=34.65%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2162452460.120.0000.0418262.590.59
HexD8F5F6C004b63e5b
Octal3303653661400426676133
Binary110110001111010111110110110000100101101101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F5F6; }

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

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

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

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

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

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

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

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