#9BACDA

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

Shades of Echo Blue #9BACDA

Tints of Echo Blue #9BACDA

Color information

#9BACDA (or 0x9BACDA) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and DA. RGB value is (155,172,218). Sum of RGB (Red+Green+Blue) = 155+172+218=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDA is #645325. Grayscale: #ABABAB. Windows color (decimal): -6574886 or 14331035. OLE color: 14331035.

HSL color Cylindrical-coordinate representation of color #9BACDA: hue angle of 223.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BACDA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155172218-
CMYK0.290.2100.15
HSL223.81º45.99%73.14%-
HSV(B)223.81º28.9%85.49%-
XYZ40.9241.5472.19-
YUV172.16153.87115.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.44%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 218 (85.55% from 255) = 40%
R=28.44%
G=31.56%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551722180.290.2100.15223.8145.9973.14
Hex9BACDA1D150Fe02e49
Octal233254332352501734056111
Binary100110111010110011011010111011010101111111000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,218); }

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

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

 a { background-color: rgb(155,172,218); }

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

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

 span { border-color: rgb(155,172,218); }

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