Html Css Color HEX #02A2BC Pacific Blue

📋 copy color: '#02A2BC'

red 2 ◦ green 162 ◦ blue 188

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

Shades of Pacific Blue #02A2BC

Tints of Pacific Blue #02A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.02%

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

R = 0.57%
G = 46.02%
B = 53.41%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#02A2BC (or 0x02A2BC) is known color: Pacific Blue. HEX triplet: 02, A2 and BC. RGB value is (2,162,188). Sum of RGB (Red+Green+Blue) = 2+162+188=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #02A2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2BC is #FD5D43. Grayscale: #747474. Windows color (decimal): -16604484 or 12362242. OLE color: 12362242.

HSL color Cylindrical-coordinate representation of color #02A2BC: hue angle of 188.39º 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 #02A2BC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 162 188 -
CMYK 0.99 0.14 0 0.26
HSL 188.39º 0.98% 0.37% -
HSV(B) 188.39º 0.99% 0.74% -
XYZ 22.02 29.48 52.11 -
YUV 117.12 167.99 45.89 -
System Red Green Blue C M Y K H S L
Decimal 2 162 188 0.99 0.14 0 0.26 188.39 0.98 0.37
Hex 2 A2 BC 63 E 0 1A BC 62 25
Octal 2 242 274 143 16 0 32 274 142 45
Binary 10 10100010 10111100 1100011 1110 0 11010 10111100 1100010 100101

Color Harmonies of #02A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A2BC

Black with #02A2BC

Text Example


Text Example

White with #02A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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