#9DABBB

Color #9DABBB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9DABBB

Tints of Rock Blue #9DABBB

Color information

#9DABBB (or 0x9DABBB) is unknown color: approx Rock Blue. HEX triplet: 9D, AB and BB. RGB value is (157,171,187). Sum of RGB (Red+Green+Blue) = 157+171+187=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBB is #625444. Grayscale: #A8A8A8. Windows color (decimal): -6444101 or 12299165. OLE color: 12299165.

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

Color convert

RGB157171187-
CMYK0.160.0900.27
HSL212º18.07%67.45%-
HSV(B)212º16.04%73.33%-
XYZ37.4439.8852.74-
YUV168.64138.36119.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=30.49%
G=33.20%
B=36.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571711870.160.0900.2721218.0767.45
Hex9DABBB10901Bd41243
Octal235253273201103332422103
Binary10011101101010111011101110000100101101111010100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DABBB;
 }
 .AnyTagClassName
 {
   color: #9DABBB;
 }
</style>
background-color css

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

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

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

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

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

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