Html Css Color HEX #9DACC0 Rock Blue

📋 copy color: '#9DACC0'

red 157 ◦ green 172 ◦ blue 192

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

Shades of Rock Blue #9DACC0

Tints of Rock Blue #9DACC0

RGB

 RED value IS 157 (61.72% from 255) = 30.13%

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 30.13%
G = 33.01%
B = 36.85%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DACC0 (or 0x9DACC0) is known color: Rock Blue. HEX triplet: 9D, AC and C0. RGB value is (157,172,192). Sum of RGB (Red+Green+Blue) = 157+172+192=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #9DACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACC0 is #62533F. Grayscale: #A9A9A9. Windows color (decimal): -6443840 or 12627101. OLE color: 12627101.

HSL color Cylindrical-coordinate representation of color #9DACC0: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DACC0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 172 192 -
CMYK 0.18 0.10 0 0.25
HSL 214.29º 0.22% 0.68% -
HSV(B) 214.29º 0.18% 0.75% -
XYZ 38.17 40.48 55.67 -
YUV 169.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 157 172 192 0.18 0.10 0 0.25 214.29 0.22 0.68
Hex 9D AC C0 12 A 0 19 D6 16 44
Octal 235 254 300 22 12 0 31 326 26 104
Binary 10011101 10101100 11000000 10010 1010 0 11001 11010110 10110 1000100

Color Harmonies of #9DACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACC0

Black with #9DACC0

Text Example


Text Example

White with #9DACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,192); }

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

background-color css

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

 a { background-color: rgb(157,172,192); }

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

border-color css

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

 span { border-color: rgb(157,172,192); }

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