Html Css Color HEX #029ADD Pacific Blue

📋 copy color: '#029ADD'

red 2 ◦ green 154 ◦ blue 221

#029ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #029ADD

Tints of Pacific Blue #029ADD

RGB

 RED value IS 2 (1.17% from 255) = 0.53%

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 0.53%
G = 40.85%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#029ADD (or 0x029ADD) is known color: Pacific Blue. HEX triplet: 02, 9A and DD. RGB value is (2,154,221). Sum of RGB (Red+Green+Blue) = 2+154+221=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #029ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ADD is #FD6522. Grayscale: #737373. Windows color (decimal): -16606499 or 14522882. OLE color: 14522882.

HSL color Cylindrical-coordinate representation of color #029ADD: hue angle of 198.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ADD is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 154 221 -
CMYK 0.99 0.30 0 0.13
HSL 198.36º 0.98% 0.44% -
HSV(B) 198.36º 0.99% 0.87% -
XYZ 24.63 28.34 72.58 -
YUV 116.19 187.14 46.55 -
System Red Green Blue C M Y K H S L
Decimal 2 154 221 0.99 0.30 0 0.13 198.36 0.98 0.44
Hex 2 9A DD 63 1E 0 D C6 62 2C
Octal 2 232 335 143 36 0 15 306 142 54
Binary 10 10011010 11011101 1100011 11110 0 1101 11000110 1100010 101100

Color Harmonies of #029ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ADD

Black with #029ADD

Text Example


Text Example

White with #029ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #029ADD;
 }
 .AnyTagClassName
 {
   color: #029ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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