Html Css Color HEX #188699 Eastern Blue

📋 copy color: '#188699'

red 24 ◦ green 134 ◦ blue 153

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

Shades of Eastern Blue #188699

Tints of Eastern Blue #188699

RGB

 RED value IS 24 (9.77% from 255) = 7.72%

 GREEN value IS 134 (52.73% from 255) = 43.09%

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

R = 7.72%
G = 43.09%
B = 49.2%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188699 (or 0x188699) is known color: Eastern Blue. HEX triplet: 18, 86 and 99. RGB value is (24,134,153). Sum of RGB (Red+Green+Blue) = 24+134+153=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #188699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188699 is #E77966. Grayscale: #676767. Windows color (decimal): -15169895 or 10061336. OLE color: 10061336.

HSL color Cylindrical-coordinate representation of color #188699: hue angle of 188.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188699 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 134 153 -
CMYK 0.84 0.12 0 0.4
HSL 188.84º 0.73% 0.35% -
HSV(B) 188.84º 0.84% 0.6% -
XYZ 14.65 19.54 33.14 -
YUV 103.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 24 134 153 0.84 0.12 0 0.4 188.84 0.73 0.35
Hex 18 86 99 54 C 0 28 BD 49 23
Octal 30 206 231 124 14 0 50 275 111 43
Binary 11000 10000110 10011001 1010100 1100 0 101000 10111101 1001001 100011

Color Harmonies of #188699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188699

Black with #188699

Text Example


Text Example

White with #188699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188699; }

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

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

background-color css

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

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

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

border-color css

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

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

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