Html Css Color HEX #029FCB Pacific Blue

📋 copy color: '#029FCB'

red 2 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #029FCB

Tints of Pacific Blue #029FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 0.55%
G = 43.68%
B = 55.77%

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

#029FCB (or 0x029FCB) is known color: Pacific Blue. HEX triplet: 02, 9F and CB. RGB value is (2,159,203). Sum of RGB (Red+Green+Blue) = 2+159+203=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #029FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FCB is #FD6034. Grayscale: #747474. Windows color (decimal): -16605237 or 13344514. OLE color: 13344514.

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

Color convert

RGB 2 159 203 -
CMYK 0.99 0.22 0 0.20
HSL 193.13º 0.98% 0.4% -
HSV(B) 193.13º 0.99% 0.8% -
XYZ 23.2 29.12 60.9 -
YUV 117.07 176.49 45.92 -
System Red Green Blue C M Y K H S L
Decimal 2 159 203 0.99 0.22 0 0.20 193.13 0.98 0.4
Hex 2 9F CB 63 16 0 14 C1 62 28
Octal 2 237 313 143 26 0 24 301 142 50
Binary 10 10011111 11001011 1100011 10110 0 10100 11000001 1100010 101000

Color Harmonies of #029FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FCB

Black with #029FCB

Text Example


Text Example

White with #029FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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