Html Css Color HEX #9BA5CD Echo Blue

📋 copy color: '#9BA5CD'

red 155 ◦ green 165 ◦ blue 205

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

Shades of Echo Blue #9BA5CD

Tints of Echo Blue #9BA5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.43%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 29.52%
G = 31.43%
B = 39.05%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BA5CD (or 0x9BA5CD) is known color: Echo Blue. HEX triplet: 9B, A5 and CD. RGB value is (155,165,205). Sum of RGB (Red+Green+Blue) = 155+165+205=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BA5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5CD is #645A32. Grayscale: #A6A6A6. Windows color (decimal): -6576691 or 13477275. OLE color: 13477275.

HSL color Cylindrical-coordinate representation of color #9BA5CD: hue angle of 228º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA5CD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 165 205 -
CMYK 0.24 0.20 0 0.20
HSL 228º 0.33% 0.71% -
HSV(B) 228º 0.24% 0.8% -
XYZ 37.99 38.29 63.15 -
YUV 166.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 155 165 205 0.24 0.20 0 0.20 228 0.33 0.71
Hex 9B A5 CD 18 14 0 14 E4 21 47
Octal 233 245 315 30 24 0 24 344 41 107
Binary 10011011 10100101 11001101 11000 10100 0 10100 11100100 100001 1000111

Color Harmonies of #9BA5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5CD

Black with #9BA5CD

Text Example


Text Example

White with #9BA5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,205); }

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

background-color css

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

 a { background-color: rgb(155,165,205); }

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

border-color css

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

 span { border-color: rgb(155,165,205); }

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