Html Css Color HEX #9DAABB Rock Blue

📋 copy color: '#9DAABB'

red 157 ◦ green 170 ◦ blue 187

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

Shades of Rock Blue #9DAABB

Tints of Rock Blue #9DAABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 30.54%
G = 33.07%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DAABB (or 0x9DAABB) is known color: Rock Blue. HEX triplet: 9D, AA and BB. RGB value is (157,170,187). Sum of RGB (Red+Green+Blue) = 157+170+187=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABB is #625544. Grayscale: #A7A7A7. Windows color (decimal): -6444357 or 12298909. OLE color: 12298909.

HSL color Cylindrical-coordinate representation of color #9DAABB: hue angle of 214º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DAABB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 170 187 -
CMYK 0.16 0.09 0 0.27
HSL 214º 0.18% 0.67% -
HSV(B) 214º 0.16% 0.73% -
XYZ 37.25 39.51 52.68 -
YUV 168.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 157 170 187 0.16 0.09 0 0.27 214 0.18 0.67
Hex 9D AA BB 10 9 0 1B D6 12 43
Octal 235 252 273 20 11 0 33 326 22 103
Binary 10011101 10101010 10111011 10000 1001 0 11011 11010110 10010 1000011

Color Harmonies of #9DAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAABB

Black with #9DAABB

Text Example


Text Example

White with #9DAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,170,187); }

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

background-color css

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

 a { background-color: rgb(157,170,187); }

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

border-color css

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

 span { border-color: rgb(157,170,187); }

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