Html Css Color HEX #029ED2 Pacific Blue

📋 copy color: '#029ED2'

red 2 ◦ green 158 ◦ blue 210

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

Shades of Pacific Blue #029ED2

Tints of Pacific Blue #029ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.76%

R = 0.54%
G = 42.7%
B = 56.76%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#029ED2 (or 0x029ED2) is known color: Pacific Blue. HEX triplet: 02, 9E and D2. RGB value is (2,158,210). Sum of RGB (Red+Green+Blue) = 2+158+210=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #029ED2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ED2 is #FD612D. Grayscale: #747474. Windows color (decimal): -16605486 or 13803010. OLE color: 13803010.

HSL color Cylindrical-coordinate representation of color #029ED2: hue angle of 195º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ED2 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 158 210 -
CMYK 0.99 0.25 0 0.18
HSL 195º 0.98% 0.42% -
HSV(B) 195º 0.99% 0.82% -
XYZ 23.88 29.12 65.33 -
YUV 117.28 180.32 45.77 -
System Red Green Blue C M Y K H S L
Decimal 2 158 210 0.99 0.25 0 0.18 195 0.98 0.42
Hex 2 9E D2 63 19 0 12 C3 62 2A
Octal 2 236 322 143 31 0 22 303 142 52
Binary 10 10011110 11010010 1100011 11001 0 10010 11000011 1100010 101010

Color Harmonies of #029ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ED2

Black with #029ED2

Text Example


Text Example

White with #029ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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