Html Css Color HEX #029BDF Pacific Blue

📋 copy color: '#029BDF'

red 2 ◦ green 155 ◦ blue 223

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

Shades of Pacific Blue #029BDF

Tints of Pacific Blue #029BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 0.53%
G = 40.79%
B = 58.68%

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

#029BDF (or 0x029BDF) is known color: Pacific Blue. HEX triplet: 02, 9B and DF. RGB value is (2,155,223). Sum of RGB (Red+Green+Blue) = 2+155+223=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #029BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029BDF is #FD6420. Grayscale: #747474. Windows color (decimal): -16606241 or 14654210. OLE color: 14654210.

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

Color convert

RGB 2 155 223 -
CMYK 0.99 0.30 0 0.13
HSL 198.46º 0.98% 0.44% -
HSV(B) 198.46º 0.99% 0.87% -
XYZ 25.07 28.78 74.05 -
YUV 117.01 187.81 45.97 -
System Red Green Blue C M Y K H S L
Decimal 2 155 223 0.99 0.30 0 0.13 198.46 0.98 0.44
Hex 2 9B DF 63 1E 0 D C6 62 2C
Octal 2 233 337 143 36 0 15 306 142 54
Binary 10 10011011 11011111 1100011 11110 0 1101 11000110 1100010 101100

Color Harmonies of #029BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BDF

Black with #029BDF

Text Example


Text Example

White with #029BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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