Html Css Color HEX #02A1DB Pacific Blue

📋 copy color: '#02A1DB'

red 2 ◦ green 161 ◦ blue 219

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

Shades of Pacific Blue #02A1DB

Tints of Pacific Blue #02A1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 0.52%
G = 42.15%
B = 57.33%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02A1DB (or 0x02A1DB) is known color: Pacific Blue. HEX triplet: 02, A1 and DB. RGB value is (2,161,219). Sum of RGB (Red+Green+Blue) = 2+161+219=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1DB is #FD5E24. Grayscale: #777777. Windows color (decimal): -16604709 or 14393602. OLE color: 14393602.

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

Color convert

RGB 2 161 219 -
CMYK 0.99 0.26 0 0.14
HSL 196.04º 0.98% 0.43% -
HSV(B) 196.04º 0.99% 0.86% -
XYZ 25.56 30.62 71.58 -
YUV 120.07 183.82 43.78 -
System Red Green Blue C M Y K H S L
Decimal 2 161 219 0.99 0.26 0 0.14 196.04 0.98 0.43
Hex 2 A1 DB 63 1A 0 E C4 62 2B
Octal 2 241 333 143 32 0 16 304 142 53
Binary 10 10100001 11011011 1100011 11010 0 1110 11000100 1100010 101011

Color Harmonies of #02A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A1DB

Black with #02A1DB

Text Example


Text Example

White with #02A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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