Html Css Color HEX #167F99 Eastern Blue

📋 copy color: '#167F99'

red 22 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #167F99

Tints of Eastern Blue #167F99

RGB

 RED value IS 22 (8.98% from 255) = 7.28%

 GREEN value IS 127 (50% from 255) = 42.05%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 7.28%
G = 42.05%
B = 50.66%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#167F99 (or 0x167F99) is known color: Eastern Blue. HEX triplet: 16, 7F and 99. RGB value is (22,127,153). Sum of RGB (Red+Green+Blue) = 22+127+153=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #167F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167F99 is #E98066. Grayscale: #626262. Windows color (decimal): -15302759 or 10059542. OLE color: 10059542.

HSL color Cylindrical-coordinate representation of color #167F99: hue angle of 191.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #167F99 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 127 153 -
CMYK 0.86 0.17 0 0.4
HSL 191.91º 0.75% 0.34% -
HSV(B) 191.91º 0.86% 0.6% -
XYZ 13.67 17.65 32.82 -
YUV 98.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 22 127 153 0.86 0.17 0 0.4 191.91 0.75 0.34
Hex 16 7F 99 56 11 0 28 C0 4B 22
Octal 26 177 231 126 21 0 50 300 113 42
Binary 10110 1111111 10011001 1010110 10001 0 101000 11000000 1001011 100010

Color Harmonies of #167F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167F99

Black with #167F99

Text Example


Text Example

White with #167F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167F99; }

 p { color: rgb(22,127,153); }

 H1.HeaderClassName
 {
   color: #167F99;
 }
 .AnyTagClassName
 {
   color: #167F99;
 }
</style>

background-color css

<style>
 a { background-color: #167F99; }

 a { background-color: rgb(22,127,153); }

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

border-color css

<style>
 span { border-color: #167F99; }

 span { border-color: rgb(22,127,153); }

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