Html Css Color HEX #029ACE Pacific Blue

📋 copy color: '#029ACE'

red 2 ◦ green 154 ◦ blue 206

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

Shades of Pacific Blue #029ACE

Tints of Pacific Blue #029ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 0.55%
G = 42.54%
B = 56.91%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#029ACE (or 0x029ACE) is known color: Pacific Blue. HEX triplet: 02, 9A and CE. RGB value is (2,154,206). Sum of RGB (Red+Green+Blue) = 2+154+206=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #029ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ACE is #FD6531. Grayscale: #727272. Windows color (decimal): -16606514 or 13539842. OLE color: 13539842.

HSL color Cylindrical-coordinate representation of color #029ACE: hue angle of 195.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ACE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 154 206 -
CMYK 0.99 0.25 0 0.19
HSL 195.29º 0.98% 0.41% -
HSV(B) 195.29º 0.99% 0.81% -
XYZ 22.72 27.58 62.52 -
YUV 114.48 179.64 47.77 -
System Red Green Blue C M Y K H S L
Decimal 2 154 206 0.99 0.25 0 0.19 195.29 0.98 0.41
Hex 2 9A CE 63 19 0 13 C3 62 29
Octal 2 232 316 143 31 0 23 303 142 51
Binary 10 10011010 11001110 1100011 11001 0 10011 11000011 1100010 101001

Color Harmonies of #029ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ACE

Black with #029ACE

Text Example


Text Example

White with #029ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,154,206); }

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

background-color css

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

 a { background-color: rgb(2,154,206); }

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

border-color css

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

 span { border-color: rgb(2,154,206); }

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