Html Css Color HEX #02A8BF Pacific Blue

📋 copy color: '#02A8BF'

red 2 ◦ green 168 ◦ blue 191

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

Shades of Pacific Blue #02A8BF

Tints of Pacific Blue #02A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.54%

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

R = 0.55%
G = 46.54%
B = 52.91%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#02A8BF (or 0x02A8BF) is known color: Pacific Blue. HEX triplet: 02, A8 and BF. RGB value is (2,168,191). Sum of RGB (Red+Green+Blue) = 2+168+191=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #02A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8BF is #FD5740. Grayscale: #787878. Windows color (decimal): -16602945 or 12560386. OLE color: 12560386.

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

Color convert

RGB 2 168 191 -
CMYK 0.99 0.12 0 0.25
HSL 187.3º 0.98% 0.38% -
HSV(B) 187.3º 0.99% 0.75% -
XYZ 23.43 31.78 54.19 -
YUV 120.99 167.5 43.13 -
System Red Green Blue C M Y K H S L
Decimal 2 168 191 0.99 0.12 0 0.25 187.3 0.98 0.38
Hex 2 A8 BF 63 C 0 19 BB 62 26
Octal 2 250 277 143 14 0 31 273 142 46
Binary 10 10101000 10111111 1100011 1100 0 11001 10111011 1100010 100110

Color Harmonies of #02A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8BF

Black with #02A8BF

Text Example


Text Example

White with #02A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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