#1988B4

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

Shades of Pelorous #1988B4

Tints of Pelorous #1988B4

Color information

#1988B4 (or 0x1988B4) is unknown color: approx Pelorous. HEX triplet: 19, 88 and B4. RGB value is (25,136,180). Sum of RGB (Red+Green+Blue) = 25+136+180=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #1988B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988B4 is #E6774B. Grayscale: #6B6B6B. Windows color (decimal): -15103820 or 11831321. OLE color: 11831321.

HSL color Cylindrical-coordinate representation of color #1988B4: hue angle of 197.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1988B4 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25136180-
CMYK0.860.2400.29
HSL197.03º75.61%40.2%-
HSV(B)197.03º86.11%70.59%-
XYZ17.4421.1146.34-
YUV107.83168.7368.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=7.33%
G=39.88%
B=52.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251361800.860.2400.29197.0375.6140.2
Hex1988B4561801Dc54c28
Octal312102641263003530511450
Binary110011000100010110100101011011000011101110001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1988B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1988B4; }

 p { color: rgb(25,136,180); }

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

<style>
 a { background-color: #1988B4; }

 a { background-color: rgb(25,136,180); }

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

<style>
 span { border-color: #1988B4; }

 span { border-color: rgb(25,136,180); }

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