#9DBDEE

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

Shades of Tropical Blue #9DBDEE

Tints of Tropical Blue #9DBDEE

Color information

#9DBDEE (or 0x9DBDEE) is unknown color: approx Tropical Blue. HEX triplet: 9D, BD and EE. RGB value is (157,189,238). Sum of RGB (Red+Green+Blue) = 157+189+238=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DBDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDEE is #624211. Grayscale: #B8B8B8. Windows color (decimal): -6439442 or 15646109. OLE color: 15646109.

HSL color Cylindrical-coordinate representation of color #9DBDEE: hue angle of 216.3º 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 #9DBDEE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157189238-
CMYK0.340.2100.07
HSL216.3º70.43%77.45%-
HSV(B)216.3º34.03%93.33%-
XYZ47.5349.7487.98-
YUV185.02157.9108.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=26.88%
G=32.36%
B=40.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571892380.340.2100.07216.370.4377.45
Hex9DBDEE221507d8464d
Octal235275356422507330106115
Binary1001110110111101111011101000101010101111101100010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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