Html Css Color HEX #029CBD Pacific Blue

📋 copy color: '#029CBD'

red 2 ◦ green 156 ◦ blue 189

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

Shades of Pacific Blue #029CBD

Tints of Pacific Blue #029CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.96%

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 0.58%
G = 44.96%
B = 54.47%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#029CBD (or 0x029CBD) is known color: Pacific Blue. HEX triplet: 02, 9C and BD. RGB value is (2,156,189). Sum of RGB (Red+Green+Blue) = 2+156+189=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #029CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CBD is #FD6342. Grayscale: #717171. Windows color (decimal): -16606019 or 12426242. OLE color: 12426242.

HSL color Cylindrical-coordinate representation of color #029CBD: hue angle of 190.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CBD is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 156 189 -
CMYK 0.99 0.17 0 0.26
HSL 190.59º 0.98% 0.37% -
HSV(B) 190.59º 0.99% 0.74% -
XYZ 21.1 27.46 52.33 -
YUV 113.72 170.48 48.32 -
System Red Green Blue C M Y K H S L
Decimal 2 156 189 0.99 0.17 0 0.26 190.59 0.98 0.37
Hex 2 9C BD 63 11 0 1A BF 62 25
Octal 2 234 275 143 21 0 32 277 142 45
Binary 10 10011100 10111101 1100011 10001 0 11010 10111111 1100010 100101

Color Harmonies of #029CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CBD

Black with #029CBD

Text Example


Text Example

White with #029CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,156,189); }

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

background-color css

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

 a { background-color: rgb(2,156,189); }

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

border-color css

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

 span { border-color: rgb(2,156,189); }

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