Html Css Color HEX #029EE0 Pacific Blue

📋 copy color: '#029EE0'

red 2 ◦ green 158 ◦ blue 224

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

Shades of Pacific Blue #029EE0

Tints of Pacific Blue #029EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.33%

R = 0.52%
G = 41.15%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#029EE0 (or 0x029EE0) is known color: Pacific Blue. HEX triplet: 02, 9E and E0. RGB value is (2,158,224). Sum of RGB (Red+Green+Blue) = 2+158+224=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #029EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EE0 is #FD611F. Grayscale: #767676. Windows color (decimal): -16605472 or 14720514. OLE color: 14720514.

HSL color Cylindrical-coordinate representation of color #029EE0: hue angle of 197.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EE0 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 158 224 -
CMYK 0.99 0.29 0 0.12
HSL 197.84º 0.98% 0.44% -
HSV(B) 197.84º 0.99% 0.88% -
XYZ 25.71 29.85 74.93 -
YUV 118.88 187.32 44.63 -
System Red Green Blue C M Y K H S L
Decimal 2 158 224 0.99 0.29 0 0.12 197.84 0.98 0.44
Hex 2 9E E0 63 1D 0 C C6 62 2C
Octal 2 236 340 143 35 0 14 306 142 54
Binary 10 10011110 11100000 1100011 11101 0 1100 11000110 1100010 101100

Color Harmonies of #029EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029EE0

Black with #029EE0

Text Example


Text Example

White with #029EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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