Html Css Color HEX #029BDD Pacific Blue

📋 copy color: '#029BDD'

red 2 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #029BDD

Tints of Pacific Blue #029BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 0.53%
G = 41.01%
B = 58.47%

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

#029BDD (or 0x029BDD) is known color: Pacific Blue. HEX triplet: 02, 9B and DD. RGB value is (2,155,221). Sum of RGB (Red+Green+Blue) = 2+155+221=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #029BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BDD is #FD6422. Grayscale: #747474. Windows color (decimal): -16606243 or 14523138. OLE color: 14523138.

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

Color convert

RGB 2 155 221 -
CMYK 0.99 0.30 0 0.13
HSL 198.08º 0.98% 0.44% -
HSV(B) 198.08º 0.99% 0.87% -
XYZ 24.8 28.68 72.63 -
YUV 116.78 186.81 46.13 -
System Red Green Blue C M Y K H S L
Decimal 2 155 221 0.99 0.30 0 0.13 198.08 0.98 0.44
Hex 2 9B DD 63 1E 0 D C6 62 2C
Octal 2 233 335 143 36 0 15 306 142 54
Binary 10 10011011 11011101 1100011 11110 0 1101 11000110 1100010 101100

Color Harmonies of #029BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BDD

Black with #029BDD

Text Example


Text Example

White with #029BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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