Html Css Color HEX #029BC3 Pacific Blue

📋 copy color: '#029BC3'

red 2 ◦ green 155 ◦ blue 195

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

Shades of Pacific Blue #029BC3

Tints of Pacific Blue #029BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 55.4%

R = 0.57%
G = 44.03%
B = 55.4%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#029BC3 (or 0x029BC3) is known color: Pacific Blue. HEX triplet: 02, 9B and C3. RGB value is (2,155,195). Sum of RGB (Red+Green+Blue) = 2+155+195=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 195 (76.56% from 255 or 55.40% from 352); Max value from RGB is 195 - color contains mainly: blue. Hex color #029BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BC3 is #FD643C. Grayscale: #717171. Windows color (decimal): -16606269 or 12819202. OLE color: 12819202.

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

Color convert

RGB 2 155 195 -
CMYK 0.99 0.21 0 0.24
HSL 192.44º 0.98% 0.39% -
HSV(B) 192.44º 0.99% 0.76% -
XYZ 21.6 27.4 55.78 -
YUV 113.81 173.81 48.25 -
System Red Green Blue C M Y K H S L
Decimal 2 155 195 0.99 0.21 0 0.24 192.44 0.98 0.39
Hex 2 9B C3 63 15 0 18 C0 62 27
Octal 2 233 303 143 25 0 30 300 142 47
Binary 10 10011011 11000011 1100011 10101 0 11000 11000000 1100010 100111

Color Harmonies of #029BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BC3

Black with #029BC3

Text Example


Text Example

White with #029BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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