Html Css Color HEX #029BCF Pacific Blue

📋 copy color: '#029BCF'

red 2 ◦ green 155 ◦ blue 207

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

Shades of Pacific Blue #029BCF

Tints of Pacific Blue #029BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

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

R = 0.55%
G = 42.58%
B = 56.87%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#029BCF (or 0x029BCF) is known color: Pacific Blue. HEX triplet: 02, 9B and CF. RGB value is (2,155,207). Sum of RGB (Red+Green+Blue) = 2+155+207=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #029BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BCF is #FD6430. Grayscale: #727272. Windows color (decimal): -16606257 or 13605634. OLE color: 13605634.

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

Color convert

RGB 2 155 207 -
CMYK 0.99 0.25 0 0.19
HSL 195.22º 0.98% 0.41% -
HSV(B) 195.22º 0.99% 0.81% -
XYZ 23.01 27.96 63.22 -
YUV 115.18 179.81 47.27 -
System Red Green Blue C M Y K H S L
Decimal 2 155 207 0.99 0.25 0 0.19 195.22 0.98 0.41
Hex 2 9B CF 63 19 0 13 C3 62 29
Octal 2 233 317 143 31 0 23 303 142 51
Binary 10 10011011 11001111 1100011 11001 0 10011 11000011 1100010 101001

Color Harmonies of #029BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BCF

Black with #029BCF

Text Example


Text Example

White with #029BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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