Html Css Color HEX #029DCD Pacific Blue

📋 copy color: '#029DCD'

red 2 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #029DCD

Tints of Pacific Blue #029DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.13%

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 0.55%
G = 43.13%
B = 56.32%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#029DCD (or 0x029DCD) is known color: Pacific Blue. HEX triplet: 02, 9D and CD. RGB value is (2,157,205). Sum of RGB (Red+Green+Blue) = 2+157+205=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #029DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DCD is #FD6232. Grayscale: #737373. Windows color (decimal): -16605747 or 13475074. OLE color: 13475074.

HSL color Cylindrical-coordinate representation of color #029DCD: hue angle of 194.19º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DCD is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 157 205 -
CMYK 0.99 0.23 0 0.20
HSL 194.19º 0.98% 0.41% -
HSV(B) 194.19º 0.99% 0.8% -
XYZ 23.1 28.53 62.05 -
YUV 116.13 178.15 46.6 -
System Red Green Blue C M Y K H S L
Decimal 2 157 205 0.99 0.23 0 0.20 194.19 0.98 0.41
Hex 2 9D CD 63 17 0 14 C2 62 29
Octal 2 235 315 143 27 0 24 302 142 51
Binary 10 10011101 11001101 1100011 10111 0 10100 11000010 1100010 101001

Color Harmonies of #029DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DCD

Black with #029DCD

Text Example


Text Example

White with #029DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,157,205); }

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

background-color css

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

 a { background-color: rgb(2,157,205); }

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

border-color css

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

 span { border-color: rgb(2,157,205); }

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