Html Css Color HEX #02A0DB Pacific Blue

📋 copy color: '#02A0DB'

red 2 ◦ green 160 ◦ blue 219

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

Shades of Pacific Blue #02A0DB

Tints of Pacific Blue #02A0DB

RGB

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

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

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

R = 0.52%
G = 41.99%
B = 57.48%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02A0DB (or 0x02A0DB) is known color: Pacific Blue. HEX triplet: 02, A0 and DB. RGB value is (2,160,219). Sum of RGB (Red+Green+Blue) = 2+160+219=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0DB is #FD5F24. Grayscale: #777777. Windows color (decimal): -16604965 or 14393346. OLE color: 14393346.

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

Color convert

RGB 2 160 219 -
CMYK 0.99 0.27 0 0.14
HSL 196.31º 0.98% 0.43% -
HSV(B) 196.31º 0.99% 0.86% -
XYZ 25.38 30.27 71.52 -
YUV 119.48 184.15 44.2 -
System Red Green Blue C M Y K H S L
Decimal 2 160 219 0.99 0.27 0 0.14 196.31 0.98 0.43
Hex 2 A0 DB 63 1B 0 E C4 62 2B
Octal 2 240 333 143 33 0 16 304 142 53
Binary 10 10100000 11011011 1100011 11011 0 1110 11000100 1100010 101011

Color Harmonies of #02A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A0DB

Black with #02A0DB

Text Example


Text Example

White with #02A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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