#188EC7

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

Shades of Pelorous #188EC7

Tints of Pelorous #188EC7

Color information

#188EC7 (or 0x188EC7) is unknown color: approx Pelorous. HEX triplet: 18, 8E and C7. RGB value is (24,142,199). Sum of RGB (Red+Green+Blue) = 24+142+199=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #188EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EC7 is #E77138. Grayscale: #707070. Windows color (decimal): -15167801 or 13078040. OLE color: 13078040.

HSL color Cylindrical-coordinate representation of color #188EC7: hue angle of 199.54º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188EC7 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB24142199-
CMYK0.880.2900.22
HSL199.54º78.48%43.73%-
HSV(B)199.54º87.94%78.04%-
XYZ20.3623.6657.53-
YUV113.22176.4164.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.58%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 199 (78.12% from 255) = 54.52%
R=6.58%
G=38.90%
B=54.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal241421990.880.2900.22199.5478.4843.73
Hex188EC7581D016c84e2c
Octal302163071303502631011654
Binary110001000111011000111101100011101010110110010001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,142,199); }

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

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

 a { background-color: rgb(24,142,199); }

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

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

 span { border-color: rgb(24,142,199); }

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