#9BB4CE

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

Shades of Echo Blue #9BB4CE

Tints of Echo Blue #9BB4CE

Color information

#9BB4CE (or 0x9BB4CE) is unknown color: approx Echo Blue. HEX triplet: 9B, B4 and CE. RGB value is (155,180,206). Sum of RGB (Red+Green+Blue) = 155+180+206=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BB4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4CE is #644B31. Grayscale: #AFAFAF. Windows color (decimal): -6572850 or 13546651. OLE color: 13546651.

HSL color Cylindrical-coordinate representation of color #9BB4CE: hue angle of 210.59º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BB4CE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155180206-
CMYK0.250.1300.19
HSL210.59º34.23%70.78%-
HSV(B)210.59º24.76%80.78%-
XYZ40.9844.0764.74-
YUV175.49145.22113.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=28.65%
G=33.27%
B=38.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551802060.250.1300.19210.5934.2370.78
Hex9BB4CE19D013d32247
Octal233264316311502332342107
Binary100110111011010011001110110011101010011110100111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,206); }

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

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

 a { background-color: rgb(155,180,206); }

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

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

 span { border-color: rgb(155,180,206); }

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