Html Css Color HEX #029DCC Pacific Blue

📋 copy color: '#029DCC'

red 2 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #029DCC

Tints of Pacific Blue #029DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 0.55%
G = 43.25%
B = 56.2%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#029DCC (or 0x029DCC) is known color: Pacific Blue. HEX triplet: 02, 9D and CC. RGB value is (2,157,204). Sum of RGB (Red+Green+Blue) = 2+157+204=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #029DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DCC is #FD6233. Grayscale: #737373. Windows color (decimal): -16605748 or 13409538. OLE color: 13409538.

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

Color convert

RGB 2 157 204 -
CMYK 0.99 0.23 0 0.2
HSL 193.96º 0.98% 0.4% -
HSV(B) 193.96º 0.99% 0.8% -
XYZ 22.98 28.49 61.41 -
YUV 116.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 2 157 204 0.99 0.23 0 0.2 193.96 0.98 0.4
Hex 2 9D CC 63 17 0 14 C2 62 28
Octal 2 235 314 143 27 0 24 302 142 50
Binary 10 10011101 11001100 1100011 10111 0 10100 11000010 1100010 101000

Color Harmonies of #029DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DCC

Black with #029DCC

Text Example


Text Example

White with #029DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,157,204); }

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

background-color css

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

 a { background-color: rgb(2,157,204); }

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

border-color css

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

 span { border-color: rgb(2,157,204); }

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