Html Css Color HEX #96A1C2 Rock Blue

📋 copy color: '#96A1C2'

red 150 ◦ green 161 ◦ blue 194

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

Shades of Rock Blue #96A1C2

Tints of Rock Blue #96A1C2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

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

R = 29.7%
G = 31.88%
B = 38.42%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96A1C2 (or 0x96A1C2) is known color: Rock Blue. HEX triplet: 96, A1 and C2. RGB value is (150,161,194). Sum of RGB (Red+Green+Blue) = 150+161+194=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #96A1C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1C2 is #695E3D. Grayscale: #A1A1A1. Windows color (decimal): -6905406 or 12755350. OLE color: 12755350.

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

Color convert

RGB 150 161 194 -
CMYK 0.23 0.17 0 0.24
HSL 225º 0.27% 0.67% -
HSV(B) 225º 0.23% 0.76% -
XYZ 35.06 35.87 56.11 -
YUV 161.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 150 161 194 0.23 0.17 0 0.24 225 0.27 0.67
Hex 96 A1 C2 17 11 0 18 E1 1B 43
Octal 226 241 302 27 21 0 30 341 33 103
Binary 10010110 10100001 11000010 10111 10001 0 11000 11100001 11011 1000011

Color Harmonies of #96A1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A1C2

Black with #96A1C2

Text Example


Text Example

White with #96A1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,194); }

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

background-color css

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

 a { background-color: rgb(150,161,194); }

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

border-color css

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

 span { border-color: rgb(150,161,194); }

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