Html Css Color HEX #029EDE Pacific Blue

📋 copy color: '#029EDE'

red 2 ◦ green 158 ◦ blue 222

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

Shades of Pacific Blue #029EDE

Tints of Pacific Blue #029EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

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

R = 0.52%
G = 41.36%
B = 58.12%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#029EDE (or 0x029EDE) is known color: Pacific Blue. HEX triplet: 02, 9E and DE. RGB value is (2,158,222). Sum of RGB (Red+Green+Blue) = 2+158+222=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #029EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EDE is #FD6121. Grayscale: #767676. Windows color (decimal): -16605474 or 14589442. OLE color: 14589442.

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

Color convert

RGB 2 158 222 -
CMYK 0.99 0.29 0 0.13
HSL 197.45º 0.98% 0.44% -
HSV(B) 197.45º 0.99% 0.87% -
XYZ 25.44 29.74 73.51 -
YUV 118.65 186.32 44.8 -
System Red Green Blue C M Y K H S L
Decimal 2 158 222 0.99 0.29 0 0.13 197.45 0.98 0.44
Hex 2 9E DE 63 1D 0 D C5 62 2C
Octal 2 236 336 143 35 0 15 305 142 54
Binary 10 10011110 11011110 1100011 11101 0 1101 11000101 1100010 101100

Color Harmonies of #029EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029EDE

Black with #029EDE

Text Example


Text Example

White with #029EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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