Html Css Color HEX #029FDD Pacific Blue

📋 copy color: '#029FDD'

red 2 ◦ green 159 ◦ blue 221

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

Shades of Pacific Blue #029FDD

Tints of Pacific Blue #029FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

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

R = 0.52%
G = 41.62%
B = 57.85%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#029FDD (or 0x029FDD) is known color: Pacific Blue. HEX triplet: 02, 9F and DD. RGB value is (2,159,221). Sum of RGB (Red+Green+Blue) = 2+159+221=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #029FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029FDD is #FD6022. Grayscale: #767676. Windows color (decimal): -16605219 or 14524162. OLE color: 14524162.

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

Color convert

RGB 2 159 221 -
CMYK 0.99 0.28 0 0.13
HSL 196.99º 0.98% 0.44% -
HSV(B) 196.99º 0.99% 0.87% -
XYZ 25.47 30.03 72.86 -
YUV 119.13 185.49 44.46 -
System Red Green Blue C M Y K H S L
Decimal 2 159 221 0.99 0.28 0 0.13 196.99 0.98 0.44
Hex 2 9F DD 63 1C 0 D C5 62 2C
Octal 2 237 335 143 34 0 15 305 142 54
Binary 10 10011111 11011101 1100011 11100 0 1101 11000101 1100010 101100

Color Harmonies of #029FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FDD

Black with #029FDD

Text Example


Text Example

White with #029FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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