#1299BD

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

Shades of Pacific Blue #1299BD

Tints of Pacific Blue #1299BD

Color information

#1299BD (or 0x1299BD) is unknown color: approx Pacific Blue. HEX triplet: 12, 99 and BD. RGB value is (18,153,189). Sum of RGB (Red+Green+Blue) = 18+153+189=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #1299BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299BD is #ED6642. Grayscale: #747474. Windows color (decimal): -15558211 or 12425490. OLE color: 12425490.

HSL color Cylindrical-coordinate representation of color #1299BD: hue angle of 192.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1299BD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18153189-
CMYK0.900.1900.26
HSL192.63º82.61%40.59%-
HSV(B)192.63º90.48%74.12%-
XYZ20.8326.5952.18-
YUV116.74168.7757.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=5%
G=42.5%
B=52.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181531890.900.1900.26192.6382.6140.59
Hex1299BD5A1301Ac15329
Octal222312751322303230112351
Binary100101001100110111101101101010011011010110000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1299BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1299BD; }

 p { color: rgb(18,153,189); }

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

<style>
 a { background-color: #1299BD; }

 a { background-color: rgb(18,153,189); }

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

<style>
 span { border-color: #1299BD; }

 span { border-color: rgb(18,153,189); }

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