Html Css Color HEX #029FDC Pacific Blue

📋 copy color: '#029FDC'

red 2 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #029FDC

Tints of Pacific Blue #029FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 0.52%
G = 41.73%
B = 57.74%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#029FDC (or 0x029FDC) is known color: Pacific Blue. HEX triplet: 02, 9F and DC. RGB value is (2,159,220). Sum of RGB (Red+Green+Blue) = 2+159+220=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #029FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FDC is #FD6023. Grayscale: #767676. Windows color (decimal): -16605220 or 14458626. OLE color: 14458626.

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

Color convert

RGB 2 159 220 -
CMYK 0.99 0.28 0 0.14
HSL 196.79º 0.98% 0.44% -
HSV(B) 196.79º 0.99% 0.86% -
XYZ 25.34 29.98 72.16 -
YUV 119.01 184.99 44.54 -
System Red Green Blue C M Y K H S L
Decimal 2 159 220 0.99 0.28 0 0.14 196.79 0.98 0.44
Hex 2 9F DC 63 1C 0 E C5 62 2C
Octal 2 237 334 143 34 0 16 305 142 54
Binary 10 10011111 11011100 1100011 11100 0 1110 11000101 1100010 101100

Color Harmonies of #029FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FDC

Black with #029FDC

Text Example


Text Example

White with #029FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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