Html Css Color HEX #99A8BC Rock Blue

📋 copy color: '#99A8BC'

red 153 ◦ green 168 ◦ blue 188

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

Shades of Rock Blue #99A8BC

Tints of Rock Blue #99A8BC

RGB

 RED value IS 153 (60.16% from 255) = 30.06%

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 30.06%
G = 33.01%
B = 36.94%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99A8BC (or 0x99A8BC) is known color: Rock Blue. HEX triplet: 99, A8 and BC. RGB value is (153,168,188). Sum of RGB (Red+Green+Blue) = 153+168+188=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8BC is #665743. Grayscale: #A5A5A5. Windows color (decimal): -6707012 or 12363929. OLE color: 12363929.

HSL color Cylindrical-coordinate representation of color #99A8BC: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A8BC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 168 188 -
CMYK 0.19 0.11 0 0.26
HSL 214.29º 0.21% 0.67% -
HSV(B) 214.29º 0.19% 0.74% -
XYZ 36.22 38.41 53.08 -
YUV 165.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 153 168 188 0.19 0.11 0 0.26 214.29 0.21 0.67
Hex 99 A8 BC 13 B 0 1A D6 15 43
Octal 231 250 274 23 13 0 32 326 25 103
Binary 10011001 10101000 10111100 10011 1011 0 11010 11010110 10101 1000011

Color Harmonies of #99A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8BC

Black with #99A8BC

Text Example


Text Example

White with #99A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A8BC; }

 p { color: rgb(153,168,188); }

 H1.HeaderClassName
 {
   color: #99A8BC;
 }
 .AnyTagClassName
 {
   color: #99A8BC;
 }
</style>

background-color css

<style>
 a { background-color: #99A8BC; }

 a { background-color: rgb(153,168,188); }

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

border-color css

<style>
 span { border-color: #99A8BC; }

 span { border-color: rgb(153,168,188); }

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