Html Css Color HEX #8699BC Rock Blue

📋 copy color: '#8699BC'

red 134 ◦ green 153 ◦ blue 188

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

Shades of Rock Blue #8699BC

Tints of Rock Blue #8699BC

RGB

 RED value IS 134 (52.73% from 255) = 28.21%

 GREEN value IS 153 (60.16% from 255) = 32.21%

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

R = 28.21%
G = 32.21%
B = 39.58%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8699BC (or 0x8699BC) is known color: Rock Blue. HEX triplet: 86, 99 and BC. RGB value is (134,153,188). Sum of RGB (Red+Green+Blue) = 134+153+188=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #8699BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699BC is #796643. Grayscale: #979797. Windows color (decimal): -7956036 or 12360070. OLE color: 12360070.

HSL color Cylindrical-coordinate representation of color #8699BC: hue angle of 218.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8699BC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 153 188 -
CMYK 0.29 0.19 0 0.26
HSL 218.89º 0.29% 0.63% -
HSV(B) 218.89º 0.29% 0.74% -
XYZ 30.3 31.48 52.06 -
YUV 151.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 134 153 188 0.29 0.19 0 0.26 218.89 0.29 0.63
Hex 86 99 BC 1D 13 0 1A DB 1D 3F
Octal 206 231 274 35 23 0 32 333 35 77
Binary 10000110 10011001 10111100 11101 10011 0 11010 11011011 11101 111111

Color Harmonies of #8699BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8699BC

Black with #8699BC

Text Example


Text Example

White with #8699BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8699BC; }

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

 H1.HeaderClassName
 {
   color: #8699BC;
 }
 .AnyTagClassName
 {
   color: #8699BC;
 }
</style>

background-color css

<style>
 a { background-color: #8699BC; }

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

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

border-color css

<style>
 span { border-color: #8699BC; }

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

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