#1888BA

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

Shades of Pelorous #1888BA

Tints of Pelorous #1888BA

Color information

#1888BA (or 0x1888BA) is unknown color: approx Pelorous. HEX triplet: 18, 88 and BA. RGB value is (24,136,186). Sum of RGB (Red+Green+Blue) = 24+136+186=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #1888BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888BA is #E77745. Grayscale: #6B6B6B. Windows color (decimal): -15169350 or 12224536. OLE color: 12224536.

HSL color Cylindrical-coordinate representation of color #1888BA: hue angle of 198.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1888BA is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24136186-
CMYK0.870.2700.27
HSL198.52º77.14%41.18%-
HSV(B)198.52º87.1%72.94%-
XYZ18.0421.3549.62-
YUV108.21171.8967.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.94%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=6.94%
G=39.31%
B=53.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241361860.870.2700.27198.5277.1441.18
Hex1888BA571B01Bc74d29
Octal302102721273303330711551
Binary110001000100010111010101011111011011011110001111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1888BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1888BA; }

 p { color: rgb(24,136,186); }

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

<style>
 a { background-color: #1888BA; }

 a { background-color: rgb(24,136,186); }

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

<style>
 span { border-color: #1888BA; }

 span { border-color: rgb(24,136,186); }

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