#D7FBF9

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

Shades of Light Cyan #D7FBF9

Tints of Light Cyan #D7FBF9

Color information

#D7FBF9 (or 0xD7FBF9) is unknown color: approx Light Cyan. HEX triplet: D7, FB and F9. RGB value is (215,251,249). Sum of RGB (Red+Green+Blue) = 215+251+249=715 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.07% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FBF9 is #280406. Grayscale: #EFEFEF. Windows color (decimal): -2622471 or 16382935. OLE color: 16382935.

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

Color convert

RGB215251249-
CMYK0.1400.010.02
HSL176.67º81.82%91.37%-
HSV(B)176.67º14.34%98.43%-
XYZ79.6290.28102.85-
YUV240.01133.07110.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.07%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=30.07%
G=35.10%
B=34.83%

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
Decimal2152512490.1400.010.02176.6781.8291.37
HexD7FBF9E012b1525b
Octal32737337116012261122133
Binary110101111111101111111001111001101011000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBF9; }

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

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

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

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

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

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

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

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