Html Css Color HEX #9DA8BB Rock Blue

📋 copy color: '#9DA8BB'

red 157 ◦ green 168 ◦ blue 187

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

Shades of Rock Blue #9DA8BB

Tints of Rock Blue #9DA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

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

R = 30.66%
G = 32.81%
B = 36.52%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9DA8BB (or 0x9DA8BB) is known color: Rock Blue. HEX triplet: 9D, A8 and BB. RGB value is (157,168,187). Sum of RGB (Red+Green+Blue) = 157+168+187=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8BB is #625744. Grayscale: #A6A6A6. Windows color (decimal): -6444869 or 12298397. OLE color: 12298397.

HSL color Cylindrical-coordinate representation of color #9DA8BB: hue angle of 218º 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 #9DA8BB is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 168 187 -
CMYK 0.16 0.10 0 0.27
HSL 218º 0.18% 0.67% -
HSV(B) 218º 0.16% 0.73% -
XYZ 36.88 38.76 52.55 -
YUV 166.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 157 168 187 0.16 0.10 0 0.27 218 0.18 0.67
Hex 9D A8 BB 10 A 0 1B DA 12 43
Octal 235 250 273 20 12 0 33 332 22 103
Binary 10011101 10101000 10111011 10000 1010 0 11011 11011010 10010 1000011

Color Harmonies of #9DA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA8BB

Black with #9DA8BB

Text Example


Text Example

White with #9DA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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