#9CBDE8

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

Shades of Tropical Blue #9CBDE8

Tints of Tropical Blue #9CBDE8

Color information

#9CBDE8 (or 0x9CBDE8) is unknown color: approx Tropical Blue. HEX triplet: 9C, BD and E8. RGB value is (156,189,232). Sum of RGB (Red+Green+Blue) = 156+189+232=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDE8 is #634217. Grayscale: #B7B7B7. Windows color (decimal): -6504984 or 15252892. OLE color: 15252892.

HSL color Cylindrical-coordinate representation of color #9CBDE8: hue angle of 213.95º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CBDE8 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156189232-
CMYK0.330.1900.09
HSL213.95º62.3%76.08%-
HSV(B)213.95º32.76%90.98%-
XYZ46.4749.2983.41-
YUV184.04155.07108-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=27.04%
G=32.76%
B=40.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1561892320.330.1900.09213.9562.376.08
Hex9CBDE8211309d63e4c
Octal234275350412301132676114
Binary1001110010111101111010001000011001101001110101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,232); }

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

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

 a { background-color: rgb(156,189,232); }

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

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

 span { border-color: rgb(156,189,232); }

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