Html Css Color HEX #029BBE Pacific Blue

📋 copy color: '#029BBE'

red 2 ◦ green 155 ◦ blue 190

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

Shades of Pacific Blue #029BBE

Tints of Pacific Blue #029BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 0.58%
G = 44.67%
B = 54.76%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#029BBE (or 0x029BBE) is known color: Pacific Blue. HEX triplet: 02, 9B and BE. RGB value is (2,155,190). Sum of RGB (Red+Green+Blue) = 2+155+190=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #029BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BBE is #FD6441. Grayscale: #707070. Windows color (decimal): -16606274 or 12491522. OLE color: 12491522.

HSL color Cylindrical-coordinate representation of color #029BBE: hue angle of 191.17º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BBE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 155 190 -
CMYK 0.99 0.18 0 0.25
HSL 191.17º 0.98% 0.38% -
HSV(B) 191.17º 0.99% 0.75% -
XYZ 21.04 27.17 52.85 -
YUV 113.24 171.31 48.65 -
System Red Green Blue C M Y K H S L
Decimal 2 155 190 0.99 0.18 0 0.25 191.17 0.98 0.38
Hex 2 9B BE 63 12 0 19 BF 62 26
Octal 2 233 276 143 22 0 31 277 142 46
Binary 10 10011011 10111110 1100011 10010 0 11001 10111111 1100010 100110

Color Harmonies of #029BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BBE

Black with #029BBE

Text Example


Text Example

White with #029BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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