Html Css Color HEX #96AAC1 Rock Blue

📋 copy color: '#96AAC1'

red 150 ◦ green 170 ◦ blue 193

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

Shades of Rock Blue #96AAC1

Tints of Rock Blue #96AAC1

RGB

 RED value IS 150 (58.98% from 255) = 29.24%

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 29.24%
G = 33.14%
B = 37.62%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96AAC1 (or 0x96AAC1) is known color: Rock Blue. HEX triplet: 96, AA and C1. RGB value is (150,170,193). Sum of RGB (Red+Green+Blue) = 150+170+193=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #96AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAC1 is #69553E. Grayscale: #A6A6A6. Windows color (decimal): -6903103 or 12692118. OLE color: 12692118.

HSL color Cylindrical-coordinate representation of color #96AAC1: hue angle of 212.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96AAC1 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 170 193 -
CMYK 0.22 0.12 0 0.24
HSL 212.09º 0.26% 0.67% -
HSV(B) 212.09º 0.22% 0.76% -
XYZ 36.58 39.08 56.07 -
YUV 166.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 150 170 193 0.22 0.12 0 0.24 212.09 0.26 0.67
Hex 96 AA C1 16 C 0 18 D4 1A 43
Octal 226 252 301 26 14 0 30 324 32 103
Binary 10010110 10101010 11000001 10110 1100 0 11000 11010100 11010 1000011

Color Harmonies of #96AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAC1

Black with #96AAC1

Text Example


Text Example

White with #96AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AAC1; }

 p { color: rgb(150,170,193); }

 H1.HeaderClassName
 {
   color: #96AAC1;
 }
 .AnyTagClassName
 {
   color: #96AAC1;
 }
</style>

background-color css

<style>
 a { background-color: #96AAC1; }

 a { background-color: rgb(150,170,193); }

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

border-color css

<style>
 span { border-color: #96AAC1; }

 span { border-color: rgb(150,170,193); }

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