#029AE1

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

Shades of Pacific Blue #029AE1

Tints of Pacific Blue #029AE1

Color information

#029AE1 (or 0x029AE1) is unknown color: approx Pacific Blue. HEX triplet: 02, 9A and E1. RGB value is (2,154,225). Sum of RGB (Red+Green+Blue) = 2+154+225=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #029AE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029AE1 is #FD651E. Grayscale: #747474. Windows color (decimal): -16606495 or 14785026. OLE color: 14785026.

HSL color Cylindrical-coordinate representation of color #029AE1: hue angle of 199.1º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029AE1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2154225-
CMYK0.990.3200.12
HSL199.1º98.24%44.51%-
HSV(B)199.1º99.11%88.24%-
XYZ25.1728.5675.42-
YUV116.65189.1446.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=0.52%
G=40.42%
B=59.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21542250.990.3200.12199.198.2444.51
Hex29AE163200Cc7622d
Octal22323411434001430714255
Binary101001101011100001110001110000001100110001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029AE1; }

 p { color: rgb(2,154,225); }

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

<style>
 a { background-color: #029AE1; }

 a { background-color: rgb(2,154,225); }

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

<style>
 span { border-color: #029AE1; }

 span { border-color: rgb(2,154,225); }

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