#1488B0

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

Shades of Pelorous #1488B0

Tints of Pelorous #1488B0

Color information

#1488B0 (or 0x1488B0) is unknown color: approx Pelorous. HEX triplet: 14, 88 and B0. RGB value is (20,136,176). Sum of RGB (Red+Green+Blue) = 20+136+176=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #1488B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488B0 is #EB774F. Grayscale: #696969. Windows color (decimal): -15431504 or 11569172. OLE color: 11569172.

HSL color Cylindrical-coordinate representation of color #1488B0: hue angle of 195.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1488B0 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20136176-
CMYK0.890.2300.31
HSL195.38º79.59%38.43%-
HSV(B)195.38º88.64%69.02%-
XYZ16.9320.8944.21-
YUV105.88167.5766.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 176 (69.14% from 255) = 53.01%
R=6.02%
G=40.96%
B=53.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201361760.890.2300.31195.3879.5938.43
Hex1488B0591701Fc35026
Octal242102601312703730312046
Binary101001000100010110000101100110111011111110000111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1488B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1488B0; }

 p { color: rgb(20,136,176); }

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

<style>
 a { background-color: #1488B0; }

 a { background-color: rgb(20,136,176); }

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

<style>
 span { border-color: #1488B0; }

 span { border-color: rgb(20,136,176); }

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