Html Css Color HEX #9BB0CA Echo Blue

📋 copy color: '#9BB0CA'

red 155 ◦ green 176 ◦ blue 202

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

Shades of Echo Blue #9BB0CA

Tints of Echo Blue #9BB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.02%

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

R = 29.08%
G = 33.02%
B = 37.9%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BB0CA (or 0x9BB0CA) is known color: Echo Blue. HEX triplet: 9B, B0 and CA. RGB value is (155,176,202). Sum of RGB (Red+Green+Blue) = 155+176+202=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0CA is #644F35. Grayscale: #ACACAC. Windows color (decimal): -6573878 or 13283483. OLE color: 13283483.

HSL color Cylindrical-coordinate representation of color #9BB0CA: hue angle of 213.19º 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 #9BB0CA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 176 202 -
CMYK 0.23 0.13 0 0.21
HSL 213.19º 0.31% 0.7% -
HSV(B) 213.19º 0.23% 0.79% -
XYZ 39.7 42.28 61.95 -
YUV 172.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 155 176 202 0.23 0.13 0 0.21 213.19 0.31 0.7
Hex 9B B0 CA 17 D 0 15 D5 1F 46
Octal 233 260 312 27 15 0 25 325 37 106
Binary 10011011 10110000 11001010 10111 1101 0 10101 11010101 11111 1000110

Color Harmonies of #9BB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0CA

Black with #9BB0CA

Text Example


Text Example

White with #9BB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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