Html Css Color HEX #9BA5CA Echo Blue

📋 copy color: '#9BA5CA'

red 155 ◦ green 165 ◦ blue 202

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

Shades of Echo Blue #9BA5CA

Tints of Echo Blue #9BA5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 29.69%
G = 31.61%
B = 38.7%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BA5CA (or 0x9BA5CA) is known color: Echo Blue. HEX triplet: 9B, A5 and CA. RGB value is (155,165,202). Sum of RGB (Red+Green+Blue) = 155+165+202=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5CA is #645A35. Grayscale: #A6A6A6. Windows color (decimal): -6576694 or 13280667. OLE color: 13280667.

HSL color Cylindrical-coordinate representation of color #9BA5CA: hue angle of 227.23º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BA5CA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 165 202 -
CMYK 0.23 0.18 0 0.21
HSL 227.23º 0.31% 0.7% -
HSV(B) 227.23º 0.23% 0.79% -
XYZ 37.63 38.14 61.26 -
YUV 166.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 155 165 202 0.23 0.18 0 0.21 227.23 0.31 0.7
Hex 9B A5 CA 17 12 0 15 E3 1F 46
Octal 233 245 312 27 22 0 25 343 37 106
Binary 10011011 10100101 11001010 10111 10010 0 10101 11100011 11111 1000110

Color Harmonies of #9BA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5CA

Black with #9BA5CA

Text Example


Text Example

White with #9BA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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