#188FAB

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

Shades of Pelorous #188FAB

Tints of Pelorous #188FAB

Color information

#188FAB (or 0x188FAB) is unknown color: approx Pelorous. HEX triplet: 18, 8F and AB. RGB value is (24,143,171). Sum of RGB (Red+Green+Blue) = 24+143+171=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #188FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FAB is #E77054. Grayscale: #6E6E6E. Windows color (decimal): -15167573 or 11243288. OLE color: 11243288.

HSL color Cylindrical-coordinate representation of color #188FAB: hue angle of 191.43º 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 #188FAB is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24143171-
CMYK0.860.1600.33
HSL191.43º75.38%38.24%-
HSV(B)191.43º85.96%67.06%-
XYZ17.5522.7842-
YUV110.61162.0866.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.10%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=7.10%
G=42.31%
B=50.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241431710.860.1600.33191.4375.3838.24
Hex188FAB5610021bf4b26
Octal302172531262004127711346
Binary1100010001111101010111010110100000100001101111111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,143,171); }

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

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

 a { background-color: rgb(24,143,171); }

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

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

 span { border-color: rgb(24,143,171); }

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