Html Css Color HEX #029CDE Pacific Blue

📋 copy color: '#029CDE'

red 2 ◦ green 156 ◦ blue 222

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

Shades of Pacific Blue #029CDE

Tints of Pacific Blue #029CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.05%

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

R = 0.53%
G = 41.05%
B = 58.42%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#029CDE (or 0x029CDE) is known color: Pacific Blue. HEX triplet: 02, 9C and DE. RGB value is (2,156,222). Sum of RGB (Red+Green+Blue) = 2+156+222=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #029CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029CDE is #FD6321. Grayscale: #757575. Windows color (decimal): -16605986 or 14588930. OLE color: 14588930.

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

Color convert

RGB 2 156 222 -
CMYK 0.99 0.30 0 0.13
HSL 198º 0.98% 0.44% -
HSV(B) 198º 0.99% 0.87% -
XYZ 25.1 29.06 73.39 -
YUV 117.48 186.98 45.63 -
System Red Green Blue C M Y K H S L
Decimal 2 156 222 0.99 0.30 0 0.13 198 0.98 0.44
Hex 2 9C DE 63 1E 0 D C6 62 2C
Octal 2 234 336 143 36 0 15 306 142 54
Binary 10 10011100 11011110 1100011 11110 0 1101 11000110 1100010 101100

Color Harmonies of #029CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CDE

Black with #029CDE

Text Example


Text Example

White with #029CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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