Html Css Color HEX #96AAC4 Rock Blue

📋 copy color: '#96AAC4'

red 150 ◦ green 170 ◦ blue 196

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

Shades of Rock Blue #96AAC4

Tints of Rock Blue #96AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.98%

R = 29.07%
G = 32.95%
B = 37.98%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#96AAC4 (or 0x96AAC4) is known color: Rock Blue. HEX triplet: 96, AA and C4. RGB value is (150,170,196). Sum of RGB (Red+Green+Blue) = 150+170+196=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 196 - color contains mainly: blue. Hex color #96AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAC4 is #69553B. Grayscale: #A6A6A6. Windows color (decimal): -6903100 or 12888726. OLE color: 12888726.

HSL color Cylindrical-coordinate representation of color #96AAC4: hue angle of 213.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96AAC4 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 170 196 -
CMYK 0.23 0.13 0 0.23
HSL 213.91º 0.28% 0.68% -
HSV(B) 213.91º 0.23% 0.77% -
XYZ 36.92 39.22 57.85 -
YUV 166.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 150 170 196 0.23 0.13 0 0.23 213.91 0.28 0.68
Hex 96 AA C4 17 D 0 17 D6 1C 44
Octal 226 252 304 27 15 0 27 326 34 104
Binary 10010110 10101010 11000100 10111 1101 0 10111 11010110 11100 1000100

Color Harmonies of #96AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAC4

Black with #96AAC4

Text Example


Text Example

White with #96AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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