Html Css Color HEX #02A6BC Pacific Blue

📋 copy color: '#02A6BC'

red 2 ◦ green 166 ◦ blue 188

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

Shades of Pacific Blue #02A6BC

Tints of Pacific Blue #02A6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 0.56%
G = 46.63%
B = 52.81%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#02A6BC (or 0x02A6BC) is known color: Pacific Blue. HEX triplet: 02, A6 and BC. RGB value is (2,166,188). Sum of RGB (Red+Green+Blue) = 2+166+188=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #02A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6BC is #FD5943. Grayscale: #777777. Windows color (decimal): -16603460 or 12363266. OLE color: 12363266.

HSL color Cylindrical-coordinate representation of color #02A6BC: hue angle of 187.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A6BC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 166 188 -
CMYK 0.99 0.12 0 0.26
HSL 187.1º 0.98% 0.37% -
HSV(B) 187.1º 0.99% 0.74% -
XYZ 22.74 30.92 52.35 -
YUV 119.47 166.67 44.21 -
System Red Green Blue C M Y K H S L
Decimal 2 166 188 0.99 0.12 0 0.26 187.1 0.98 0.37
Hex 2 A6 BC 63 C 0 1A BB 62 25
Octal 2 246 274 143 14 0 32 273 142 45
Binary 10 10100110 10111100 1100011 1100 0 11010 10111011 1100010 100101

Color Harmonies of #02A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A6BC

Black with #02A6BC

Text Example


Text Example

White with #02A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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