#9DBFEE

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

Shades of Tropical Blue #9DBFEE

Tints of Tropical Blue #9DBFEE

Color information

#9DBFEE (or 0x9DBFEE) is unknown color: approx Tropical Blue. HEX triplet: 9D, BF and EE. RGB value is (157,191,238). Sum of RGB (Red+Green+Blue) = 157+191+238=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DBFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFEE is #624011. Grayscale: #B9B9B9. Windows color (decimal): -6438930 or 15646621. OLE color: 15646621.

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

Color convert

RGB157191238-
CMYK0.340.2000.07
HSL214.81º70.43%77.45%-
HSV(B)214.81º34.03%93.33%-
XYZ47.9750.688.13-
YUV186.19157.24107.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.79%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=26.79%
G=32.59%
B=40.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571912380.340.2000.07214.8170.4377.45
Hex9DBFEE221407d7464d
Octal235277356422407327106115
Binary1001110110111111111011101000101010001111101011110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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