Html Css Color HEX #167C99 Eastern Blue

📋 copy color: '#167C99'

red 22 ◦ green 124 ◦ blue 153

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

Shades of Eastern Blue #167C99

Tints of Eastern Blue #167C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.47%

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

R = 7.36%
G = 41.47%
B = 51.17%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#167C99 (or 0x167C99) is known color: Eastern Blue. HEX triplet: 16, 7C and 99. RGB value is (22,124,153). Sum of RGB (Red+Green+Blue) = 22+124+153=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #167C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167C99 is #E98366. Grayscale: #606060. Windows color (decimal): -15303527 or 10058774. OLE color: 10058774.

HSL color Cylindrical-coordinate representation of color #167C99: hue angle of 193.28º 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 #167C99 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 124 153 -
CMYK 0.86 0.19 0 0.4
HSL 193.28º 0.75% 0.34% -
HSV(B) 193.28º 0.86% 0.6% -
XYZ 13.29 16.89 32.7 -
YUV 96.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 22 124 153 0.86 0.19 0 0.4 193.28 0.75 0.34
Hex 16 7C 99 56 13 0 28 C1 4B 22
Octal 26 174 231 126 23 0 50 301 113 42
Binary 10110 1111100 10011001 1010110 10011 0 101000 11000001 1001011 100010

Color Harmonies of #167C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167C99

Black with #167C99

Text Example


Text Example

White with #167C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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