Html Css Color HEX #9DABBE Rock Blue

📋 copy color: '#9DABBE'

red 157 ◦ green 171 ◦ blue 190

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

Shades of Rock Blue #9DABBE

Tints of Rock Blue #9DABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 30.31%
G = 33.01%
B = 36.68%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9DABBE (or 0x9DABBE) is known color: Rock Blue. HEX triplet: 9D, AB and BE. RGB value is (157,171,190). Sum of RGB (Red+Green+Blue) = 157+171+190=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DABBE is #625441. Grayscale: #A8A8A8. Windows color (decimal): -6444098 or 12495773. OLE color: 12495773.

HSL color Cylindrical-coordinate representation of color #9DABBE: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DABBE is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 171 190 -
CMYK 0.17 0.10 0 0.25
HSL 214.55º 0.2% 0.68% -
HSV(B) 214.55º 0.17% 0.75% -
XYZ 37.76 40.01 54.45 -
YUV 168.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 157 171 190 0.17 0.10 0 0.25 214.55 0.2 0.68
Hex 9D AB BE 11 A 0 19 D7 14 44
Octal 235 253 276 21 12 0 31 327 24 104
Binary 10011101 10101011 10111110 10001 1010 0 11001 11010111 10100 1000100

Color Harmonies of #9DABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABBE

Black with #9DABBE

Text Example


Text Example

White with #9DABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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