Html Css Color HEX #029EDD Pacific Blue

📋 copy color: '#029EDD'

red 2 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #029EDD

Tints of Pacific Blue #029EDD

RGB

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

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

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

R = 0.52%
G = 41.47%
B = 58.01%

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

#029EDD (or 0x029EDD) is known color: Pacific Blue. HEX triplet: 02, 9E and DD. RGB value is (2,158,221). Sum of RGB (Red+Green+Blue) = 2+158+221=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #029EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EDD is #FD6122. Grayscale: #767676. Windows color (decimal): -16605475 or 14523906. OLE color: 14523906.

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

Color convert

RGB 2 158 221 -
CMYK 0.99 0.29 0 0.13
HSL 197.26º 0.98% 0.44% -
HSV(B) 197.26º 0.99% 0.87% -
XYZ 25.3 29.69 72.8 -
YUV 118.54 185.82 44.88 -
System Red Green Blue C M Y K H S L
Decimal 2 158 221 0.99 0.29 0 0.13 197.26 0.98 0.44
Hex 2 9E DD 63 1D 0 D C5 62 2C
Octal 2 236 335 143 35 0 15 305 142 54
Binary 10 10011110 11011101 1100011 11101 0 1101 11000101 1100010 101100

Color Harmonies of #029EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029EDD

Black with #029EDD

Text Example


Text Example

White with #029EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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