#02A1D7

Color #02A1D7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #02A1D7

Tints of Pacific Blue #02A1D7

Color information

#02A1D7 (or 0x02A1D7) is unknown color: approx Pacific Blue. HEX triplet: 02, A1 and D7. RGB value is (2,161,215). Sum of RGB (Red+Green+Blue) = 2+161+215=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #02A1D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1D7 is #FD5E28. Grayscale: #777777. Windows color (decimal): -16604713 or 14131458. OLE color: 14131458.

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

Color convert

RGB2161215-
CMYK0.990.2500.16
HSL195.21º98.16%42.55%-
HSV(B)195.21º99.07%84.31%-
XYZ25.0430.4168.84-
YUV119.62181.8244.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 215 (84.38% from 255) = 56.88%
R=0.53%
G=42.59%
B=56.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21612150.990.2500.16195.2198.1642.55
Hex2A1D76319010c3622b
Octal22413271433102030314253
Binary101010000111010111110001111001010000110000111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A1D7;
 }
 .AnyTagClassName
 {
   color: #02A1D7;
 }
</style>
background-color css

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

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

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

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

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

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