Html Css Color HEX #029EBC Pacific Blue

📋 copy color: '#029EBC'

red 2 ◦ green 158 ◦ blue 188

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

Shades of Pacific Blue #029EBC

Tints of Pacific Blue #029EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 0.57%
G = 45.4%
B = 54.02%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#029EBC (or 0x029EBC) is known color: Pacific Blue. HEX triplet: 02, 9E and BC. RGB value is (2,158,188). Sum of RGB (Red+Green+Blue) = 2+158+188=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #029EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EBC is #FD6143. Grayscale: #727272. Windows color (decimal): -16605508 or 12361218. OLE color: 12361218.

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

Color convert

RGB 2 158 188 -
CMYK 0.99 0.16 0 0.26
HSL 189.68º 0.98% 0.37% -
HSV(B) 189.68º 0.99% 0.74% -
XYZ 21.33 28.1 51.88 -
YUV 114.78 169.32 47.56 -
System Red Green Blue C M Y K H S L
Decimal 2 158 188 0.99 0.16 0 0.26 189.68 0.98 0.37
Hex 2 9E BC 63 10 0 1A BE 62 25
Octal 2 236 274 143 20 0 32 276 142 45
Binary 10 10011110 10111100 1100011 10000 0 11010 10111110 1100010 100101

Color Harmonies of #029EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029EBC

Black with #029EBC

Text Example


Text Example

White with #029EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,158,188); }

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

background-color css

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

 a { background-color: rgb(2,158,188); }

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

border-color css

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

 span { border-color: rgb(2,158,188); }

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