Html Css Color HEX #029FCD Pacific Blue

📋 copy color: '#029FCD'

red 2 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #029FCD

Tints of Pacific Blue #029FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 0.55%
G = 43.44%
B = 56.01%

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

#029FCD (or 0x029FCD) is known color: Pacific Blue. HEX triplet: 02, 9F and CD. RGB value is (2,159,205). Sum of RGB (Red+Green+Blue) = 2+159+205=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #029FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FCD is #FD6032. Grayscale: #747474. Windows color (decimal): -16605235 or 13475586. OLE color: 13475586.

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

Color convert

RGB 2 159 205 -
CMYK 0.99 0.22 0 0.20
HSL 193.6º 0.98% 0.41% -
HSV(B) 193.6º 0.99% 0.8% -
XYZ 23.44 29.22 62.16 -
YUV 117.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 2 159 205 0.99 0.22 0 0.20 193.6 0.98 0.41
Hex 2 9F CD 63 16 0 14 C2 62 29
Octal 2 237 315 143 26 0 24 302 142 51
Binary 10 10011111 11001101 1100011 10110 0 10100 11000010 1100010 101001

Color Harmonies of #029FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FCD

Black with #029FCD

Text Example


Text Example

White with #029FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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