Html Css Color HEX #029BBF Pacific Blue

📋 copy color: '#029BBF'

red 2 ◦ green 155 ◦ blue 191

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

Shades of Pacific Blue #029BBF

Tints of Pacific Blue #029BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.89%

R = 0.57%
G = 44.54%
B = 54.89%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#029BBF (or 0x029BBF) is known color: Pacific Blue. HEX triplet: 02, 9B and BF. RGB value is (2,155,191). Sum of RGB (Red+Green+Blue) = 2+155+191=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #029BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BBF is #FD6440. Grayscale: #717171. Windows color (decimal): -16606273 or 12557058. OLE color: 12557058.

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

Color convert

RGB 2 155 191 -
CMYK 0.99 0.19 0 0.25
HSL 191.43º 0.98% 0.38% -
HSV(B) 191.43º 0.99% 0.75% -
XYZ 21.15 27.22 53.43 -
YUV 113.36 171.81 48.57 -
System Red Green Blue C M Y K H S L
Decimal 2 155 191 0.99 0.19 0 0.25 191.43 0.98 0.38
Hex 2 9B BF 63 13 0 19 BF 62 26
Octal 2 233 277 143 23 0 31 277 142 46
Binary 10 10011011 10111111 1100011 10011 0 11001 10111111 1100010 100110

Color Harmonies of #029BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BBF

Black with #029BBF

Text Example


Text Example

White with #029BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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