#9DBFEC

Color #9DBFEC Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #9DBFEC

Tints of Tropical Blue #9DBFEC

Color information

#9DBFEC (or 0x9DBFEC) is unknown color: approx Tropical Blue. HEX triplet: 9D, BF and EC. RGB value is (157,191,236). Sum of RGB (Red+Green+Blue) = 157+191+236=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFEC is #624013. Grayscale: #B9B9B9. Windows color (decimal): -6438932 or 15515549. OLE color: 15515549.

HSL color Cylindrical-coordinate representation of color #9DBFEC: hue angle of 214.18º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DBFEC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157191236-
CMYK0.330.1900.07
HSL214.18º67.52%77.06%-
HSV(B)214.18º33.47%92.55%-
XYZ47.6850.4986.59-
YUV185.96156.24107.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=26.88%
G=32.71%
B=40.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571912360.330.1900.07214.1867.5277.06
Hex9DBFEC211307d6444d
Octal235277354412307326104115
Binary1001110110111111111011001000011001101111101011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBFEC; }

 p { color: rgb(157,191,236); }

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

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

 a { background-color: rgb(157,191,236); }

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

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

 span { border-color: rgb(157,191,236); }

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