Html Css Color HEX #02A7DC Pacific Blue

📋 copy color: '#02A7DC'

red 2 ◦ green 167 ◦ blue 220

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

Shades of Pacific Blue #02A7DC

Tints of Pacific Blue #02A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 0.51%
G = 42.93%
B = 56.56%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02A7DC (or 0x02A7DC) is known color: Pacific Blue. HEX triplet: 02, A7 and DC. RGB value is (2,167,220). Sum of RGB (Red+Green+Blue) = 2+167+220=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #02A7DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A7DC is #FD5823. Grayscale: #7B7B7B. Windows color (decimal): -16603172 or 14460674. OLE color: 14460674.

HSL color Cylindrical-coordinate representation of color #02A7DC: hue angle of 194.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A7DC is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 167 220 -
CMYK 0.99 0.24 0 0.14
HSL 194.59º 0.98% 0.44% -
HSV(B) 194.59º 0.99% 0.86% -
XYZ 26.76 32.82 72.63 -
YUV 123.71 182.34 41.19 -
System Red Green Blue C M Y K H S L
Decimal 2 167 220 0.99 0.24 0 0.14 194.59 0.98 0.44
Hex 2 A7 DC 63 18 0 E C3 62 2C
Octal 2 247 334 143 30 0 16 303 142 54
Binary 10 10100111 11011100 1100011 11000 0 1110 11000011 1100010 101100

Color Harmonies of #02A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A7DC

Black with #02A7DC

Text Example


Text Example

White with #02A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,167,220); }

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

background-color css

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

 a { background-color: rgb(2,167,220); }

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

border-color css

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

 span { border-color: rgb(2,167,220); }

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