Html Css Color HEX #02A0BF Pacific Blue

📋 copy color: '#02A0BF'

red 2 ◦ green 160 ◦ blue 191

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

Shades of Pacific Blue #02A0BF

Tints of Pacific Blue #02A0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 0.57%
G = 45.33%
B = 54.11%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#02A0BF (or 0x02A0BF) is known color: Pacific Blue. HEX triplet: 02, A0 and BF. RGB value is (2,160,191). Sum of RGB (Red+Green+Blue) = 2+160+191=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #02A0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0BF is #FD5F40. Grayscale: #747474. Windows color (decimal): -16604993 or 12558338. OLE color: 12558338.

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

Color convert

RGB 2 160 191 -
CMYK 0.99 0.16 0 0.25
HSL 189.84º 0.98% 0.38% -
HSV(B) 189.84º 0.99% 0.75% -
XYZ 22 28.92 53.71 -
YUV 116.29 170.15 46.48 -
System Red Green Blue C M Y K H S L
Decimal 2 160 191 0.99 0.16 0 0.25 189.84 0.98 0.38
Hex 2 A0 BF 63 10 0 19 BE 62 26
Octal 2 240 277 143 20 0 31 276 142 46
Binary 10 10100000 10111111 1100011 10000 0 11001 10111110 1100010 100110

Color Harmonies of #02A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A0BF

Black with #02A0BF

Text Example


Text Example

White with #02A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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