Html Css Color HEX #029FCC Pacific Blue

📋 copy color: '#029FCC'

red 2 ◦ green 159 ◦ blue 204

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

Shades of Pacific Blue #029FCC

Tints of Pacific Blue #029FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

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

R = 0.55%
G = 43.56%
B = 55.89%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#029FCC (or 0x029FCC) is known color: Pacific Blue. HEX triplet: 02, 9F and CC. RGB value is (2,159,204). Sum of RGB (Red+Green+Blue) = 2+159+204=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #029FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FCC is #FD6033. Grayscale: #747474. Windows color (decimal): -16605236 or 13410050. OLE color: 13410050.

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

Color convert

RGB 2 159 204 -
CMYK 0.99 0.22 0 0.2
HSL 193.37º 0.98% 0.4% -
HSV(B) 193.37º 0.99% 0.8% -
XYZ 23.32 29.17 61.53 -
YUV 117.19 176.99 45.84 -
System Red Green Blue C M Y K H S L
Decimal 2 159 204 0.99 0.22 0 0.2 193.37 0.98 0.4
Hex 2 9F CC 63 16 0 14 C1 62 28
Octal 2 237 314 143 26 0 24 301 142 50
Binary 10 10011111 11001100 1100011 10110 0 10100 11000001 1100010 101000

Color Harmonies of #029FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FCC

Black with #029FCC

Text Example


Text Example

White with #029FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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