Html Css Color HEX #029ECB Pacific Blue

📋 copy color: '#029ECB'

red 2 ◦ green 158 ◦ blue 203

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

Shades of Pacific Blue #029ECB

Tints of Pacific Blue #029ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 0.55%
G = 43.53%
B = 55.92%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#029ECB (or 0x029ECB) is known color: Pacific Blue. HEX triplet: 02, 9E and CB. RGB value is (2,158,203). Sum of RGB (Red+Green+Blue) = 2+158+203=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #029ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ECB is #FD6134. Grayscale: #747474. Windows color (decimal): -16605493 or 13344258. OLE color: 13344258.

HSL color Cylindrical-coordinate representation of color #029ECB: hue angle of 193.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ECB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 158 203 -
CMYK 0.99 0.22 0 0.20
HSL 193.43º 0.98% 0.4% -
HSV(B) 193.43º 0.99% 0.8% -
XYZ 23.03 28.78 60.84 -
YUV 116.49 176.82 46.34 -
System Red Green Blue C M Y K H S L
Decimal 2 158 203 0.99 0.22 0 0.20 193.43 0.98 0.4
Hex 2 9E CB 63 16 0 14 C1 62 28
Octal 2 236 313 143 26 0 24 301 142 50
Binary 10 10011110 11001011 1100011 10110 0 10100 11000001 1100010 101000

Color Harmonies of #029ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ECB

Black with #029ECB

Text Example


Text Example

White with #029ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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