Html Css Color HEX #029DDE Pacific Blue

📋 copy color: '#029DDE'

red 2 ◦ green 157 ◦ blue 222

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

Shades of Pacific Blue #029DDE

Tints of Pacific Blue #029DDE

RGB

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

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

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

R = 0.52%
G = 41.21%
B = 58.27%

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

#029DDE (or 0x029DDE) is known color: Pacific Blue. HEX triplet: 02, 9D and DE. RGB value is (2,157,222). Sum of RGB (Red+Green+Blue) = 2+157+222=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #029DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DDE is #FD6221. Grayscale: #757575. Windows color (decimal): -16605730 or 14589186. OLE color: 14589186.

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

Color convert

RGB 2 157 222 -
CMYK 0.99 0.29 0 0.13
HSL 197.73º 0.98% 0.44% -
HSV(B) 197.73º 0.99% 0.87% -
XYZ 25.27 29.4 73.45 -
YUV 118.07 186.65 45.21 -
System Red Green Blue C M Y K H S L
Decimal 2 157 222 0.99 0.29 0 0.13 197.73 0.98 0.44
Hex 2 9D DE 63 1D 0 D C6 62 2C
Octal 2 235 336 143 35 0 15 306 142 54
Binary 10 10011101 11011110 1100011 11101 0 1101 11000110 1100010 101100

Color Harmonies of #029DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029DDE

Black with #029DDE

Text Example


Text Example

White with #029DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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