Html Css Color HEX #9DABC2 Rock Blue

📋 copy color: '#9DABC2'

red 157 ◦ green 171 ◦ blue 194

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

Shades of Rock Blue #9DABC2

Tints of Rock Blue #9DABC2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.76%

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

R = 30.08%
G = 32.76%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9DABC2 (or 0x9DABC2) is known color: Rock Blue. HEX triplet: 9D, AB and C2. RGB value is (157,171,194). Sum of RGB (Red+Green+Blue) = 157+171+194=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #9DABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABC2 is #62543D. Grayscale: #A9A9A9. Windows color (decimal): -6444094 or 12757917. OLE color: 12757917.

HSL color Cylindrical-coordinate representation of color #9DABC2: hue angle of 217.3º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DABC2 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 171 194 -
CMYK 0.19 0.12 0 0.24
HSL 217.3º 0.23% 0.69% -
HSV(B) 217.3º 0.19% 0.76% -
XYZ 38.21 40.19 56.78 -
YUV 169.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 157 171 194 0.19 0.12 0 0.24 217.3 0.23 0.69
Hex 9D AB C2 13 C 0 18 D9 17 45
Octal 235 253 302 23 14 0 30 331 27 105
Binary 10011101 10101011 11000010 10011 1100 0 11000 11011001 10111 1000101

Color Harmonies of #9DABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABC2

Black with #9DABC2

Text Example


Text Example

White with #9DABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,194); }

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

background-color css

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

 a { background-color: rgb(157,171,194); }

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

border-color css

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

 span { border-color: rgb(157,171,194); }

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