#96AAC1

Color #96AAC1 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #96AAC1

Tints of Rock Blue #96AAC1

Color information

#96AAC1 (or 0x96AAC1) is unknown color: approx 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

RGB150170193-
CMYK0.220.1200.24
HSL212.09º25.75%67.25%-
HSV(B)212.09º22.28%75.69%-
XYZ36.5839.0856.07-
YUV166.64142.87116.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501701930.220.1200.24212.0925.7567.25
Hex96AAC116C018d41a43
Octal226252301261403032432103
Binary10010110101010101100000110110110001100011010100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>