Html Css Color HEX #02A1E6 Pacific Blue

📋 copy color: '#02A1E6'

red 2 ◦ green 161 ◦ blue 230

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

Shades of Pacific Blue #02A1E6

Tints of Pacific Blue #02A1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 230 (90.23% from 255) = 58.52%

R = 0.51%
G = 40.97%
B = 58.52%

CMYK

 C value IS 0.99

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#02A1E6 (or 0x02A1E6) is known color: Pacific Blue. HEX triplet: 02, A1 and E6. RGB value is (2,161,230). Sum of RGB (Red+Green+Blue) = 2+161+230=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #02A1E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A1E6 is #FD5E19. Grayscale: #787878. Windows color (decimal): -16604698 or 15114498. OLE color: 15114498.

HSL color Cylindrical-coordinate representation of color #02A1E6: hue angle of 198.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1E6 is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 161 230 -
CMYK 0.99 0.3 0 0.10
HSL 198.16º 0.98% 0.45% -
HSV(B) 198.16º 0.99% 0.9% -
XYZ 27.05 31.22 79.46 -
YUV 121.33 189.32 42.89 -
System Red Green Blue C M Y K H S L
Decimal 2 161 230 0.99 0.3 0 0.10 198.16 0.98 0.45
Hex 2 A1 E6 63 1E 0 A C6 62 2D
Octal 2 241 346 143 36 0 12 306 142 55
Binary 10 10100001 11100110 1100011 11110 0 1010 11000110 1100010 101101

Color Harmonies of #02A1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A1E6

Black with #02A1E6

Text Example


Text Example

White with #02A1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,161,230); }

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

background-color css

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

 a { background-color: rgb(2,161,230); }

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

border-color css

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

 span { border-color: rgb(2,161,230); }

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