Html Css Color HEX #029BCA Pacific Blue

📋 copy color: '#029BCA'

red 2 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #029BCA

Tints of Pacific Blue #029BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 0.56%
G = 43.18%
B = 56.27%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#029BCA (or 0x029BCA) is known color: Pacific Blue. HEX triplet: 02, 9B and CA. RGB value is (2,155,202). Sum of RGB (Red+Green+Blue) = 2+155+202=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #029BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BCA is #FD6435. Grayscale: #727272. Windows color (decimal): -16606262 or 13277954. OLE color: 13277954.

HSL color Cylindrical-coordinate representation of color #029BCA: hue angle of 194.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BCA is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 155 202 -
CMYK 0.99 0.23 0 0.21
HSL 194.1º 0.98% 0.4% -
HSV(B) 194.1º 0.99% 0.79% -
XYZ 22.41 27.72 60.05 -
YUV 114.61 177.31 47.68 -
System Red Green Blue C M Y K H S L
Decimal 2 155 202 0.99 0.23 0 0.21 194.1 0.98 0.4
Hex 2 9B CA 63 17 0 15 C2 62 28
Octal 2 233 312 143 27 0 25 302 142 50
Binary 10 10011011 11001010 1100011 10111 0 10101 11000010 1100010 101000

Color Harmonies of #029BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BCA

Black with #029BCA

Text Example


Text Example

White with #029BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,155,202); }

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

background-color css

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

 a { background-color: rgb(2,155,202); }

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

border-color css

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

 span { border-color: rgb(2,155,202); }

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