Html Css Color HEX #02A4D1 Pacific Blue

📋 copy color: '#02A4D1'

red 2 ◦ green 164 ◦ blue 209

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

Shades of Pacific Blue #02A4D1

Tints of Pacific Blue #02A4D1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 0.53%
G = 43.73%
B = 55.73%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#02A4D1 (or 0x02A4D1) is known color: Pacific Blue. HEX triplet: 02, A4 and D1. RGB value is (2,164,209). Sum of RGB (Red+Green+Blue) = 2+164+209=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #02A4D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A4D1 is #FD5B2E. Grayscale: #787878. Windows color (decimal): -16603951 or 13739010. OLE color: 13739010.

HSL color Cylindrical-coordinate representation of color #02A4D1: hue angle of 193.04º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A4D1 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 164 209 -
CMYK 0.99 0.22 0 0.18
HSL 193.04º 0.98% 0.41% -
HSV(B) 193.04º 0.99% 0.82% -
XYZ 24.81 31.17 65.03 -
YUV 120.69 177.83 43.34 -
System Red Green Blue C M Y K H S L
Decimal 2 164 209 0.99 0.22 0 0.18 193.04 0.98 0.41
Hex 2 A4 D1 63 16 0 12 C1 62 29
Octal 2 244 321 143 26 0 22 301 142 51
Binary 10 10100100 11010001 1100011 10110 0 10010 11000001 1100010 101001

Color Harmonies of #02A4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A4D1

Black with #02A4D1

Text Example


Text Example

White with #02A4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A4D1; }

 p { color: rgb(2,164,209); }

 H1.HeaderClassName
 {
   color: #02A4D1;
 }
 .AnyTagClassName
 {
   color: #02A4D1;
 }
</style>

background-color css

<style>
 a { background-color: #02A4D1; }

 a { background-color: rgb(2,164,209); }

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

border-color css

<style>
 span { border-color: #02A4D1; }

 span { border-color: rgb(2,164,209); }

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