Html Css Color HEX #02A0BB Pacific Blue

📋 copy color: '#02A0BB'

red 2 ◦ green 160 ◦ blue 187

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

Shades of Pacific Blue #02A0BB

Tints of Pacific Blue #02A0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.85%

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 0.57%
G = 45.85%
B = 53.58%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#02A0BB (or 0x02A0BB) is known color: Pacific Blue. HEX triplet: 02, A0 and BB. RGB value is (2,160,187). Sum of RGB (Red+Green+Blue) = 2+160+187=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #02A0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0BB is #FD5F44. Grayscale: #737373. Windows color (decimal): -16604997 or 12296194. OLE color: 12296194.

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

Color convert

RGB 2 160 187 -
CMYK 0.99 0.14 0 0.27
HSL 188.76º 0.98% 0.37% -
HSV(B) 188.76º 0.99% 0.73% -
XYZ 21.57 28.74 51.42 -
YUV 115.84 168.15 46.8 -
System Red Green Blue C M Y K H S L
Decimal 2 160 187 0.99 0.14 0 0.27 188.76 0.98 0.37
Hex 2 A0 BB 63 E 0 1B BD 62 25
Octal 2 240 273 143 16 0 33 275 142 45
Binary 10 10100000 10111011 1100011 1110 0 11011 10111101 1100010 100101

Color Harmonies of #02A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A0BB

Black with #02A0BB

Text Example


Text Example

White with #02A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,160,187); }

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

background-color css

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

 a { background-color: rgb(2,160,187); }

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

border-color css

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

 span { border-color: rgb(2,160,187); }

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