#9CBCEC

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

Shades of Tropical Blue #9CBCEC

Tints of Tropical Blue #9CBCEC

Color information

#9CBCEC (or 0x9CBCEC) is unknown color: approx Tropical Blue. HEX triplet: 9C, BC and EC. RGB value is (156,188,236). Sum of RGB (Red+Green+Blue) = 156+188+236=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CBCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBCEC is #634313. Grayscale: #B7B7B7. Windows color (decimal): -6505236 or 15514780. OLE color: 15514780.

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

Color convert

RGB156188236-
CMYK0.340.2000.07
HSL216º67.8%76.86%-
HSV(B)216º33.9%92.55%-
XYZ46.8349.0986.36-
YUV183.9157.4108.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=26.90%
G=32.41%
B=40.69%

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
Decimal1561882360.340.2000.0721667.876.86
Hex9CBCEC221407d8444d
Octal234274354422407330104115
Binary1001110010111100111011001000101010001111101100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,236); }

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

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

 a { background-color: rgb(156,188,236); }

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

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

 span { border-color: rgb(156,188,236); }

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