Html Css Color HEX #188BAA Pelorous

📋 copy color: '#188BAA'

red 24 ◦ green 139 ◦ blue 170

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

Shades of Pelorous #188BAA

Tints of Pelorous #188BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 7.21%
G = 41.74%
B = 51.05%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#188BAA (or 0x188BAA) is known color: Pelorous. HEX triplet: 18, 8B and AA. RGB value is (24,139,170). Sum of RGB (Red+Green+Blue) = 24+139+170=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #188BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BAA is #E77455. Grayscale: #6B6B6B. Windows color (decimal): -15168598 or 11176728. OLE color: 11176728.

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

Color convert

RGB 24 139 170 -
CMYK 0.86 0.18 0 0.33
HSL 192.74º 0.75% 0.38% -
HSV(B) 192.74º 0.86% 0.67% -
XYZ 16.87 21.56 41.3 -
YUV 108.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 24 139 170 0.86 0.18 0 0.33 192.74 0.75 0.38
Hex 18 8B AA 56 12 0 21 C1 4B 26
Octal 30 213 252 126 22 0 41 301 113 46
Binary 11000 10001011 10101010 1010110 10010 0 100001 11000001 1001011 100110

Color Harmonies of #188BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BAA

Black with #188BAA

Text Example


Text Example

White with #188BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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