#188AA5

Color #188AA5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #188AA5

Tints of Pelorous #188AA5

Color information

#188AA5 (or 0x188AA5) is unknown color: approx Pelorous. HEX triplet: 18, 8A and A5. RGB value is (24,138,165). Sum of RGB (Red+Green+Blue) = 24+138+165=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #188AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AA5 is #E7755A. Grayscale: #6A6A6A. Windows color (decimal): -15168859 or 10848792. OLE color: 10848792.

HSL color Cylindrical-coordinate representation of color #188AA5: hue angle of 191.49º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188AA5 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24138165-
CMYK0.850.1600.35
HSL191.49º74.6%37.06%-
HSV(B)191.49º85.45%64.71%-
XYZ16.2621.0938.81-
YUV106.99160.7368.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.34%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=7.34%
G=42.20%
B=50.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241381650.850.1600.35191.4974.637.06
Hex188AA55510023bf4b25
Octal302122451252004327711345
Binary1100010001010101001011010101100000100011101111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,165); }

 H1.HeaderClassName
 {
   color: #188AA5;
 }
 .AnyTagClassName
 {
   color: #188AA5;
 }
</style>
background-color css

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

 a { background-color: rgb(24,138,165); }

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

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

 span { border-color: rgb(24,138,165); }

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