#188aa7

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

Shades of Pelorous #188AA7

Tints of Pelorous #188AA7

Color information

#188AA7 (or 0x188AA7) is unknown color: approx Pelorous. HEX triplet: 18, 8A and A7. RGB value is (24,138,167). Sum of RGB (Red+Green+Blue) = 24+138+167=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #188AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AA7 is #E77558. Grayscale: #6A6A6A. Windows color (decimal): -15168857 or 10979864. OLE color: 10979864.

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

Color convert

RGB24138167-
CMYK0.860.1700.35
HSL192.17º74.87%37.45%-
HSV(B)192.17º85.63%65.49%-
XYZ16.4421.1639.78-
YUV107.22161.7368.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 167 (65.62% from 255) = 50.76%
R=7.29%
G=41.95%
B=50.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241381670.860.1700.35192.1774.8737.45
Hex188AA75611023c04b25
Octal302122471262104330011345
Binary1100010001010101001111010110100010100011110000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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