#9CBDEE

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

Shades of Tropical Blue #9CBDEE

Tints of Tropical Blue #9CBDEE

Color information

#9CBDEE (or 0x9CBDEE) is unknown color: approx Tropical Blue. HEX triplet: 9C, BD and EE. RGB value is (156,189,238). Sum of RGB (Red+Green+Blue) = 156+189+238=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CBDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDEE is #634211. Grayscale: #B8B8B8. Windows color (decimal): -6504978 or 15646108. OLE color: 15646108.

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

Color convert

RGB156189238-
CMYK0.340.2100.07
HSL215.85º70.69%77.25%-
HSV(B)215.85º34.45%93.33%-
XYZ47.3449.6487.97-
YUV184.72158.07107.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=26.76%
G=32.42%
B=40.82%

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
Decimal1561892380.340.2100.07215.8570.6977.25
Hex9CBDEE221507d8474d
Octal234275356422507330107115
Binary1001110010111101111011101000101010101111101100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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