#D5FBF9

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

Shades of Light Cyan #D5FBF9

Tints of Light Cyan #D5FBF9

Color information

#D5FBF9 (or 0xD5FBF9) is unknown color: approx Light Cyan. HEX triplet: D5, FB and F9. RGB value is (213,251,249). Sum of RGB (Red+Green+Blue) = 213+251+249=713 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.87% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FBF9 is #2A0406. Grayscale: #EFEFEF. Windows color (decimal): -2753543 or 16382933. OLE color: 16382933.

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

Color convert

RGB213251249-
CMYK0.1500.010.02
HSL176.84º82.61%90.98%-
HSV(B)176.84º15.14%98.43%-
XYZ79.0489.98102.82-
YUV239.41133.41109.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 29.87%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 249 (97.66% from 255) = 34.92%
R=29.87%
G=35.20%
B=34.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132512490.1500.010.02176.8482.6190.98
HexD5FBF9F012b1535b
Octal32537337117012261123133
Binary110101011111101111111001111101101011000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBF9; }

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

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

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

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

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

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

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

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