Html Css Color HEX #9AACC2 Rock Blue

📋 copy color: '#9AACC2'

red 154 ◦ green 172 ◦ blue 194

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

Shades of Rock Blue #9AACC2

Tints of Rock Blue #9AACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 29.62%
G = 33.08%
B = 37.31%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9AACC2 (or 0x9AACC2) is known color: Rock Blue. HEX triplet: 9A, AC and C2. RGB value is (154,172,194). Sum of RGB (Red+Green+Blue) = 154+172+194=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #9AACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACC2 is #65533D. Grayscale: #A9A9A9. Windows color (decimal): -6640446 or 12758170. OLE color: 12758170.

HSL color Cylindrical-coordinate representation of color #9AACC2: hue angle of 213º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AACC2 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 172 194 -
CMYK 0.21 0.11 0 0.24
HSL 213º 0.25% 0.68% -
HSV(B) 213º 0.21% 0.76% -
XYZ 37.82 40.27 56.82 -
YUV 169.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 154 172 194 0.21 0.11 0 0.24 213 0.25 0.68
Hex 9A AC C2 15 B 0 18 D5 19 44
Octal 232 254 302 25 13 0 30 325 31 104
Binary 10011010 10101100 11000010 10101 1011 0 11000 11010101 11001 1000100

Color Harmonies of #9AACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AACC2

Black with #9AACC2

Text Example


Text Example

White with #9AACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,172,194); }

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

background-color css

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

 a { background-color: rgb(154,172,194); }

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

border-color css

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

 span { border-color: rgb(154,172,194); }

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