Html Css Color HEX #8099BE Rock Blue

📋 copy color: '#8099BE'

red 128 ◦ green 153 ◦ blue 190

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

Shades of Rock Blue #8099BE

Tints of Rock Blue #8099BE

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

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

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

R = 27.18%
G = 32.48%
B = 40.34%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8099BE (or 0x8099BE) is known color: Rock Blue. HEX triplet: 80, 99 and BE. RGB value is (128,153,190). Sum of RGB (Red+Green+Blue) = 128+153+190=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #8099BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099BE is #7F6641. Grayscale: #959595. Windows color (decimal): -8349250 or 12491136. OLE color: 12491136.

HSL color Cylindrical-coordinate representation of color #8099BE: hue angle of 215.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8099BE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 153 190 -
CMYK 0.33 0.19 0 0.25
HSL 215.81º 0.32% 0.62% -
HSV(B) 215.81º 0.33% 0.75% -
XYZ 29.59 31.09 53.16 -
YUV 149.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 128 153 190 0.33 0.19 0 0.25 215.81 0.32 0.62
Hex 80 99 BE 21 13 0 19 D8 20 3E
Octal 200 231 276 41 23 0 31 330 40 76
Binary 10000000 10011001 10111110 100001 10011 0 11001 11011000 100000 111110

Color Harmonies of #8099BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8099BE

Black with #8099BE

Text Example


Text Example

White with #8099BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8099BE; }

 p { color: rgb(128,153,190); }

 H1.HeaderClassName
 {
   color: #8099BE;
 }
 .AnyTagClassName
 {
   color: #8099BE;
 }
</style>

background-color css

<style>
 a { background-color: #8099BE; }

 a { background-color: rgb(128,153,190); }

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

border-color css

<style>
 span { border-color: #8099BE; }

 span { border-color: rgb(128,153,190); }

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