#1488C9

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

Shades of Pacific Blue #1488C9

Tints of Pacific Blue #1488C9

Color information

#1488C9 (or 0x1488C9) is unknown color: approx Pacific Blue. HEX triplet: 14, 88 and C9. RGB value is (20,136,201). Sum of RGB (Red+Green+Blue) = 20+136+201=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #1488C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488C9 is #EB7736. Grayscale: #6C6C6C. Windows color (decimal): -15431479 or 13207572. OLE color: 13207572.

HSL color Cylindrical-coordinate representation of color #1488C9: hue angle of 201.55º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1488C9 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20136201-
CMYK0.900.3200.21
HSL201.55º81.9%43.33%-
HSV(B)201.55º90.05%78.82%-
XYZ19.6421.9758.46-
YUV108.73180.0764.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.60%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 201 (78.91% from 255) = 56.30%
R=5.60%
G=38.10%
B=56.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201362010.900.3200.21201.5581.943.33
Hex1488C95A20015ca522b
Octal242103111324002531212253
Binary1010010001000110010011011010100000010101110010101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1488C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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