Html Css Color HEX #188BA9 Pelorous

📋 copy color: '#188BA9'

red 24 ◦ green 139 ◦ blue 169

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

Shades of Pelorous #188BA9

Tints of Pelorous #188BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 169 (66.41% from 255) = 50.9%

R = 7.23%
G = 41.87%
B = 50.9%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#188BA9 (or 0x188BA9) is known color: Pelorous. HEX triplet: 18, 8B and A9. RGB value is (24,139,169). Sum of RGB (Red+Green+Blue) = 24+139+169=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #188BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BA9 is #E77456. Grayscale: #6B6B6B. Windows color (decimal): -15168599 or 11111192. OLE color: 11111192.

HSL color Cylindrical-coordinate representation of color #188BA9: hue angle of 192.41º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188BA9 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 24 139 169 -
CMYK 0.86 0.18 0 0.34
HSL 192.41º 0.75% 0.38% -
HSV(B) 192.41º 0.86% 0.66% -
XYZ 16.77 21.52 40.81 -
YUV 108.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 24 139 169 0.86 0.18 0 0.34 192.41 0.75 0.38
Hex 18 8B A9 56 12 0 22 C0 4B 26
Octal 30 213 251 126 22 0 42 300 113 46
Binary 11000 10001011 10101001 1010110 10010 0 100010 11000000 1001011 100110

Color Harmonies of #188BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BA9

Black with #188BA9

Text Example


Text Example

White with #188BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188BA9; }

 p { color: rgb(24,139,169); }

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

background-color css

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

 a { background-color: rgb(24,139,169); }

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

border-color css

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

 span { border-color: rgb(24,139,169); }

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