Html Css Color HEX #029FC6 Pacific Blue

📋 copy color: '#029FC6'

red 2 ◦ green 159 ◦ blue 198

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

Shades of Pacific Blue #029FC6

Tints of Pacific Blue #029FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.15%

R = 0.56%
G = 44.29%
B = 55.15%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#029FC6 (or 0x029FC6) is known color: Pacific Blue. HEX triplet: 02, 9F and C6. RGB value is (2,159,198). Sum of RGB (Red+Green+Blue) = 2+159+198=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #029FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FC6 is #FD6039. Grayscale: #747474. Windows color (decimal): -16605242 or 13016834. OLE color: 13016834.

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

Color convert

RGB 2 159 198 -
CMYK 0.99 0.20 0 0.22
HSL 191.94º 0.98% 0.39% -
HSV(B) 191.94º 0.99% 0.78% -
XYZ 22.62 28.89 57.81 -
YUV 116.5 173.99 46.33 -
System Red Green Blue C M Y K H S L
Decimal 2 159 198 0.99 0.20 0 0.22 191.94 0.98 0.39
Hex 2 9F C6 63 14 0 16 C0 62 27
Octal 2 237 306 143 24 0 26 300 142 47
Binary 10 10011111 11000110 1100011 10100 0 10110 11000000 1100010 100111

Color Harmonies of #029FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FC6

Black with #029FC6

Text Example


Text Example

White with #029FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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