Html Css Color HEX #9BACDD Echo Blue

📋 copy color: '#9BACDD'

red 155 ◦ green 172 ◦ blue 221

#9BACDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9BACDD

Tints of Echo Blue #9BACDD

RGB

 RED value IS 155 (60.94% from 255) = 28.28%

 GREEN value IS 172 (67.58% from 255) = 31.39%

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 28.28%
G = 31.39%
B = 40.33%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BACDD (or 0x9BACDD) is known color: Echo Blue. HEX triplet: 9B, AC and DD. RGB value is (155,172,221). Sum of RGB (Red+Green+Blue) = 155+172+221=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDD is #645322. Grayscale: #ACACAC. Windows color (decimal): -6574883 or 14527643. OLE color: 14527643.

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

Color convert

RGB 155 172 221 -
CMYK 0.30 0.22 0 0.13
HSL 224.55º 0.49% 0.74% -
HSV(B) 224.55º 0.3% 0.87% -
XYZ 41.32 41.69 74.28 -
YUV 172.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 155 172 221 0.30 0.22 0 0.13 224.55 0.49 0.74
Hex 9B AC DD 1E 16 0 D E1 31 4A
Octal 233 254 335 36 26 0 15 341 61 112
Binary 10011011 10101100 11011101 11110 10110 0 1101 11100001 110001 1001010

Color Harmonies of #9BACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACDD

Black with #9BACDD

Text Example


Text Example

White with #9BACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BACDD;
 }
 .AnyTagClassName
 {
   color: #9BACDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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