Html Css Color HEX #029BDE Pacific Blue

📋 copy color: '#029BDE'

red 2 ◦ green 155 ◦ blue 222

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

Shades of Pacific Blue #029BDE

Tints of Pacific Blue #029BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 0.53%
G = 40.9%
B = 58.58%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#029BDE (or 0x029BDE) is known color: Pacific Blue. HEX triplet: 02, 9B and DE. RGB value is (2,155,222). Sum of RGB (Red+Green+Blue) = 2+155+222=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #029BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BDE is #FD6421. Grayscale: #747474. Windows color (decimal): -16606242 or 14588674. OLE color: 14588674.

HSL color Cylindrical-coordinate representation of color #029BDE: hue angle of 198.27º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BDE is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 155 222 -
CMYK 0.99 0.30 0 0.13
HSL 198.27º 0.98% 0.44% -
HSV(B) 198.27º 0.99% 0.87% -
XYZ 24.93 28.73 73.34 -
YUV 116.89 187.31 46.05 -
System Red Green Blue C M Y K H S L
Decimal 2 155 222 0.99 0.30 0 0.13 198.27 0.98 0.44
Hex 2 9B DE 63 1E 0 D C6 62 2C
Octal 2 233 336 143 36 0 15 306 142 54
Binary 10 10011011 11011110 1100011 11110 0 1101 11000110 1100010 101100

Color Harmonies of #029BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BDE

Black with #029BDE

Text Example


Text Example

White with #029BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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