Html Css Color HEX #029DBE Pacific Blue

📋 copy color: '#029DBE'

red 2 ◦ green 157 ◦ blue 190

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

Shades of Pacific Blue #029DBE

Tints of Pacific Blue #029DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 0.57%
G = 44.99%
B = 54.44%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#029DBE (or 0x029DBE) is known color: Pacific Blue. HEX triplet: 02, 9D and BE. RGB value is (2,157,190). Sum of RGB (Red+Green+Blue) = 2+157+190=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #029DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DBE is #FD6241. Grayscale: #727272. Windows color (decimal): -16605762 or 12492034. OLE color: 12492034.

HSL color Cylindrical-coordinate representation of color #029DBE: hue angle of 190.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DBE is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 157 190 -
CMYK 0.99 0.17 0 0.25
HSL 190.53º 0.98% 0.38% -
HSV(B) 190.53º 0.99% 0.75% -
XYZ 21.38 27.84 52.96 -
YUV 114.42 170.65 47.82 -
System Red Green Blue C M Y K H S L
Decimal 2 157 190 0.99 0.17 0 0.25 190.53 0.98 0.38
Hex 2 9D BE 63 11 0 19 BF 62 26
Octal 2 235 276 143 21 0 31 277 142 46
Binary 10 10011101 10111110 1100011 10001 0 11001 10111111 1100010 100110

Color Harmonies of #029DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DBE

Black with #029DBE

Text Example


Text Example

White with #029DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,157,190); }

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

background-color css

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

 a { background-color: rgb(2,157,190); }

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

border-color css

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

 span { border-color: rgb(2,157,190); }

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