#9BAFCC

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

Shades of Echo Blue #9BAFCC

Tints of Echo Blue #9BAFCC

Color information

#9BAFCC (or 0x9BAFCC) is unknown color: approx Echo Blue. HEX triplet: 9B, AF and CC. RGB value is (155,175,204). Sum of RGB (Red+Green+Blue) = 155+175+204=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFCC is #645033. Grayscale: #ACACAC. Windows color (decimal): -6574132 or 13414299. OLE color: 13414299.

HSL color Cylindrical-coordinate representation of color #9BAFCC: hue angle of 215.51º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BAFCC is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155175204-
CMYK0.240.1400.2
HSL215.51º32.45%70.39%-
HSV(B)215.51º24.02%80%-
XYZ39.7541.9963.14-
YUV172.33145.87115.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=29.03%
G=32.77%
B=38.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551752040.240.1400.2215.5132.4570.39
Hex9BAFCC18E014d82046
Octal233257314301602433040106
Binary100110111010111111001100110001110010100110110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,204); }

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

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

 a { background-color: rgb(155,175,204); }

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

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

 span { border-color: rgb(155,175,204); }

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