#9BABDC

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

Shades of Echo Blue #9BABDC

Tints of Echo Blue #9BABDC

Color information

#9BABDC (or 0x9BABDC) is unknown color: approx Echo Blue. HEX triplet: 9B, AB and DC. RGB value is (155,171,220). Sum of RGB (Red+Green+Blue) = 155+171+220=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABDC is #645423. Grayscale: #ABABAB. Windows color (decimal): -6575140 or 14461851. OLE color: 14461851.

HSL color Cylindrical-coordinate representation of color #9BABDC: hue angle of 225.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BABDC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155171220-
CMYK0.300.2200.14
HSL225.23º48.15%73.53%-
HSV(B)225.23º29.55%86.27%-
XYZ4141.2673.51-
YUV171.8155.2116.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=28.39%
G=31.32%
B=40.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551712200.300.2200.14225.2348.1573.53
Hex9BABDC1E160Ee1304a
Octal233253334362601634160112
Binary100110111010101111011100111101011001110111000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,220); }

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

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

 a { background-color: rgb(155,171,220); }

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

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

 span { border-color: rgb(155,171,220); }

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