Html Css Color HEX #029ACF Pacific Blue

📋 copy color: '#029ACF'

red 2 ◦ green 154 ◦ blue 207

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

Shades of Pacific Blue #029ACF

Tints of Pacific Blue #029ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.42%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 0.55%
G = 42.42%
B = 57.02%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#029ACF (or 0x029ACF) is known color: Pacific Blue. HEX triplet: 02, 9A and CF. RGB value is (2,154,207). Sum of RGB (Red+Green+Blue) = 2+154+207=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #029ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ACF is #FD6530. Grayscale: #727272. Windows color (decimal): -16606513 or 13605378. OLE color: 13605378.

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

Color convert

RGB 2 154 207 -
CMYK 0.99 0.26 0 0.19
HSL 195.51º 0.98% 0.41% -
HSV(B) 195.51º 0.99% 0.81% -
XYZ 22.84 27.63 63.16 -
YUV 114.59 180.14 47.69 -
System Red Green Blue C M Y K H S L
Decimal 2 154 207 0.99 0.26 0 0.19 195.51 0.98 0.41
Hex 2 9A CF 63 1A 0 13 C4 62 29
Octal 2 232 317 143 32 0 23 304 142 51
Binary 10 10011010 11001111 1100011 11010 0 10011 11000100 1100010 101001

Color Harmonies of #029ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029ACF

Black with #029ACF

Text Example


Text Example

White with #029ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,154,207); }

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

background-color css

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

 a { background-color: rgb(2,154,207); }

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

border-color css

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

 span { border-color: rgb(2,154,207); }

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