Html Css Color HEX #9DABBF Rock Blue

📋 copy color: '#9DABBF'

red 157 ◦ green 171 ◦ blue 191

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

Shades of Rock Blue #9DABBF

Tints of Rock Blue #9DABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 30.25%
G = 32.95%
B = 36.8%

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

#9DABBF (or 0x9DABBF) is known color: Rock Blue. HEX triplet: 9D, AB and BF. RGB value is (157,171,191). Sum of RGB (Red+Green+Blue) = 157+171+191=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBF is #625440. Grayscale: #A9A9A9. Windows color (decimal): -6444097 or 12561309. OLE color: 12561309.

HSL color Cylindrical-coordinate representation of color #9DABBF: hue angle of 215.29º degrees, saturation: 0.21, 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 #9DABBF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 171 191 -
CMYK 0.18 0.10 0 0.25
HSL 215.29º 0.21% 0.68% -
HSV(B) 215.29º 0.18% 0.75% -
XYZ 37.87 40.06 55.03 -
YUV 169.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 157 171 191 0.18 0.10 0 0.25 215.29 0.21 0.68
Hex 9D AB BF 12 A 0 19 D7 15 44
Octal 235 253 277 22 12 0 31 327 25 104
Binary 10011101 10101011 10111111 10010 1010 0 11001 11010111 10101 1000100

Color Harmonies of #9DABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABBF

Black with #9DABBF

Text Example


Text Example

White with #9DABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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