Html Css Color HEX #029BDA Pacific Blue

📋 copy color: '#029BDA'

red 2 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #029BDA

Tints of Pacific Blue #029BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 0.53%
G = 41.33%
B = 58.13%

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

#029BDA (or 0x029BDA) is known color: Pacific Blue. HEX triplet: 02, 9B and DA. RGB value is (2,155,218). Sum of RGB (Red+Green+Blue) = 2+155+218=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #029BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BDA is #FD6425. Grayscale: #747474. Windows color (decimal): -16606246 or 14326530. OLE color: 14326530.

HSL color Cylindrical-coordinate representation of color #029BDA: hue angle of 197.5º 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 #029BDA is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 155 218 -
CMYK 0.99 0.29 0 0.15
HSL 197.5º 0.98% 0.43% -
HSV(B) 197.5º 0.99% 0.85% -
XYZ 24.4 28.52 70.55 -
YUV 116.44 185.31 46.38 -
System Red Green Blue C M Y K H S L
Decimal 2 155 218 0.99 0.29 0 0.15 197.5 0.98 0.43
Hex 2 9B DA 63 1D 0 F C6 62 2B
Octal 2 233 332 143 35 0 17 306 142 53
Binary 10 10011011 11011010 1100011 11101 0 1111 11000110 1100010 101011

Color Harmonies of #029BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BDA

Black with #029BDA

Text Example


Text Example

White with #029BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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