Html Css Color HEX #168DA4 Eastern Blue

📋 copy color: '#168DA4'

red 22 ◦ green 141 ◦ blue 164

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

Shades of Eastern Blue #168DA4

Tints of Eastern Blue #168DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.12%

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 6.73%
G = 43.12%
B = 50.15%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#168DA4 (or 0x168DA4) is known color: Eastern Blue. HEX triplet: 16, 8D and A4. RGB value is (22,141,164). Sum of RGB (Red+Green+Blue) = 22+141+164=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #168DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168DA4 is #E9725B. Grayscale: #6B6B6B. Windows color (decimal): -15299164 or 10784022. OLE color: 10784022.

HSL color Cylindrical-coordinate representation of color #168DA4: hue angle of 189.72º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168DA4 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 141 164 -
CMYK 0.87 0.14 0 0.36
HSL 189.72º 0.76% 0.36% -
HSV(B) 189.72º 0.87% 0.64% -
XYZ 16.56 21.9 38.48 -
YUV 108.04 159.58 66.63 -
System Red Green Blue C M Y K H S L
Decimal 22 141 164 0.87 0.14 0 0.36 189.72 0.76 0.36
Hex 16 8D A4 57 E 0 24 BE 4C 24
Octal 26 215 244 127 16 0 44 276 114 44
Binary 10110 10001101 10100100 1010111 1110 0 100100 10111110 1001100 100100

Color Harmonies of #168DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168DA4

Black with #168DA4

Text Example


Text Example

White with #168DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168DA4; }

 p { color: rgb(22,141,164); }

 H1.HeaderClassName
 {
   color: #168DA4;
 }
 .AnyTagClassName
 {
   color: #168DA4;
 }
</style>

background-color css

<style>
 a { background-color: #168DA4; }

 a { background-color: rgb(22,141,164); }

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

border-color css

<style>
 span { border-color: #168DA4; }

 span { border-color: rgb(22,141,164); }

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