Html Css Color HEX #9AA6C2 Rock Blue

📋 copy color: '#9AA6C2'

red 154 ◦ green 166 ◦ blue 194

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

Shades of Rock Blue #9AA6C2

Tints of Rock Blue #9AA6C2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

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

R = 29.96%
G = 32.3%
B = 37.74%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9AA6C2 (or 0x9AA6C2) is known color: Rock Blue. HEX triplet: 9A, A6 and C2. RGB value is (154,166,194). Sum of RGB (Red+Green+Blue) = 154+166+194=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #9AA6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6C2 is #65593D. Grayscale: #A5A5A5. Windows color (decimal): -6641982 or 12756634. OLE color: 12756634.

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

Color convert

RGB 154 166 194 -
CMYK 0.21 0.14 0 0.24
HSL 222º 0.25% 0.68% -
HSV(B) 222º 0.21% 0.76% -
XYZ 36.7 38.04 56.45 -
YUV 165.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 154 166 194 0.21 0.14 0 0.24 222 0.25 0.68
Hex 9A A6 C2 15 E 0 18 DE 19 44
Octal 232 246 302 25 16 0 30 336 31 104
Binary 10011010 10100110 11000010 10101 1110 0 11000 11011110 11001 1000100

Color Harmonies of #9AA6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA6C2

Black with #9AA6C2

Text Example


Text Example

White with #9AA6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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