Html Css Color HEX #029ADA Pacific Blue

📋 copy color: '#029ADA'

red 2 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #029ADA

Tints of Pacific Blue #029ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 0.53%
G = 41.18%
B = 58.29%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#029ADA (or 0x029ADA) is known color: Pacific Blue. HEX triplet: 02, 9A and DA. RGB value is (2,154,218). Sum of RGB (Red+Green+Blue) = 2+154+218=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #029ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ADA is #FD6525. Grayscale: #737373. Windows color (decimal): -16606502 or 14326274. OLE color: 14326274.

HSL color Cylindrical-coordinate representation of color #029ADA: hue angle of 197.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ADA is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 154 218 -
CMYK 0.99 0.29 0 0.15
HSL 197.78º 0.98% 0.43% -
HSV(B) 197.78º 0.99% 0.85% -
XYZ 24.24 28.19 70.49 -
YUV 115.85 185.64 46.8 -
System Red Green Blue C M Y K H S L
Decimal 2 154 218 0.99 0.29 0 0.15 197.78 0.98 0.43
Hex 2 9A DA 63 1D 0 F C6 62 2B
Octal 2 232 332 143 35 0 17 306 142 53
Binary 10 10011010 11011010 1100011 11101 0 1111 11000110 1100010 101011

Color Harmonies of #029ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ADA

Black with #029ADA

Text Example


Text Example

White with #029ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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