Html Css Color HEX #029ADB Pacific Blue

📋 copy color: '#029ADB'

red 2 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #029ADB

Tints of Pacific Blue #029ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 0.53%
G = 41.07%
B = 58.4%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#029ADB (or 0x029ADB) is known color: Pacific Blue. HEX triplet: 02, 9A and DB. RGB value is (2,154,219). Sum of RGB (Red+Green+Blue) = 2+154+219=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #029ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ADB is #FD6524. Grayscale: #737373. Windows color (decimal): -16606501 or 14391810. OLE color: 14391810.

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

Color convert

RGB 2 154 219 -
CMYK 0.99 0.30 0 0.14
HSL 197.97º 0.98% 0.43% -
HSV(B) 197.97º 0.99% 0.86% -
XYZ 24.37 28.24 71.18 -
YUV 115.96 186.14 46.71 -
System Red Green Blue C M Y K H S L
Decimal 2 154 219 0.99 0.30 0 0.14 197.97 0.98 0.43
Hex 2 9A DB 63 1E 0 E C6 62 2B
Octal 2 232 333 143 36 0 16 306 142 53
Binary 10 10011010 11011011 1100011 11110 0 1110 11000110 1100010 101011

Color Harmonies of #029ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ADB

Black with #029ADB

Text Example


Text Example

White with #029ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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