Html Css Color HEX #9AB0CC Echo Blue

📋 copy color: '#9AB0CC'

red 154 ◦ green 176 ◦ blue 204

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

Shades of Echo Blue #9AB0CC

Tints of Echo Blue #9AB0CC

RGB

 RED value IS 154 (60.55% from 255) = 28.84%

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 28.84%
G = 32.96%
B = 38.2%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9AB0CC (or 0x9AB0CC) is known color: Echo Blue. HEX triplet: 9A, B0 and CC. RGB value is (154,176,204). Sum of RGB (Red+Green+Blue) = 154+176+204=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0CC is #654F33. Grayscale: #ACACAC. Windows color (decimal): -6639412 or 13414554. OLE color: 13414554.

HSL color Cylindrical-coordinate representation of color #9AB0CC: hue angle of 213.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB0CC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 176 204 -
CMYK 0.25 0.14 0 0.2
HSL 213.6º 0.33% 0.7% -
HSV(B) 213.6º 0.25% 0.8% -
XYZ 39.75 42.28 63.19 -
YUV 172.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 154 176 204 0.25 0.14 0 0.2 213.6 0.33 0.7
Hex 9A B0 CC 19 E 0 14 D6 21 46
Octal 232 260 314 31 16 0 24 326 41 106
Binary 10011010 10110000 11001100 11001 1110 0 10100 11010110 100001 1000110

Color Harmonies of #9AB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB0CC

Black with #9AB0CC

Text Example


Text Example

White with #9AB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,204); }

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

background-color css

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

 a { background-color: rgb(154,176,204); }

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

border-color css

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

 span { border-color: rgb(154,176,204); }

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