Html Css Color HEX #02A6D7 Pacific Blue

📋 copy color: '#02A6D7'

red 2 ◦ green 166 ◦ blue 215

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

Shades of Pacific Blue #02A6D7

Tints of Pacific Blue #02A6D7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

 BLUE value IS 215 (84.38% from 255) = 56.14%

R = 0.52%
G = 43.34%
B = 56.14%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#02A6D7 (or 0x02A6D7) is known color: Pacific Blue. HEX triplet: 02, A6 and D7. RGB value is (2,166,215). Sum of RGB (Red+Green+Blue) = 2+166+215=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #02A6D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6D7 is #FD5928. Grayscale: #7A7A7A. Windows color (decimal): -16603433 or 14132738. OLE color: 14132738.

HSL color Cylindrical-coordinate representation of color #02A6D7: hue angle of 193.8º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A6D7 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 166 215 -
CMYK 0.99 0.23 0 0.16
HSL 193.8º 0.98% 0.43% -
HSV(B) 193.8º 0.99% 0.84% -
XYZ 25.93 32.19 69.14 -
YUV 122.55 180.17 42.02 -
System Red Green Blue C M Y K H S L
Decimal 2 166 215 0.99 0.23 0 0.16 193.8 0.98 0.43
Hex 2 A6 D7 63 17 0 10 C2 62 2B
Octal 2 246 327 143 27 0 20 302 142 53
Binary 10 10100110 11010111 1100011 10111 0 10000 11000010 1100010 101011

Color Harmonies of #02A6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A6D7

Black with #02A6D7

Text Example


Text Example

White with #02A6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,166,215); }

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

background-color css

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

 a { background-color: rgb(2,166,215); }

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

border-color css

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

 span { border-color: rgb(2,166,215); }

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