#D7FBF8

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

Shades of Light Cyan #D7FBF8

Tints of Light Cyan #D7FBF8

Color information

#D7FBF8 (or 0xD7FBF8) is unknown color: approx Light Cyan. HEX triplet: D7, FB and F8. RGB value is (215,251,248). Sum of RGB (Red+Green+Blue) = 215+251+248=714 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.11% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FBF8 is #280407. Grayscale: #EFEFEF. Windows color (decimal): -2622472 or 16317399. OLE color: 16317399.

HSL color Cylindrical-coordinate representation of color #D7FBF8: hue angle of 175º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7FBF8 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB215251248-
CMYK0.1400.010.02
HSL175º81.82%91.37%-
HSV(B)175º14.34%98.43%-
XYZ79.4690.22102.03-
YUV239.89132.57110.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.11%
GREEN value IS 251 (98.44% from 255) = 35.15%
BLUE value IS 248 (97.27% from 255) = 34.73%
R=30.11%
G=35.15%
B=34.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152512480.1400.010.0217581.8291.37
HexD7FBF8E012af525b
Octal32737337016012257122133
Binary110101111111101111111000111001101010111110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBF8; }

 p { color: rgb(215,251,248); }

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

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

 a { background-color: rgb(215,251,248); }

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

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

 span { border-color: rgb(215,251,248); }

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