Html Css Color HEX #02A3DB Pacific Blue

📋 copy color: '#02A3DB'

red 2 ◦ green 163 ◦ blue 219

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

Shades of Pacific Blue #02A3DB

Tints of Pacific Blue #02A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

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

R = 0.52%
G = 42.45%
B = 57.03%

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

#02A3DB (or 0x02A3DB) is known color: Pacific Blue. HEX triplet: 02, A3 and DB. RGB value is (2,163,219). Sum of RGB (Red+Green+Blue) = 2+163+219=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A3DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A3DB is #FD5C24. Grayscale: #787878. Windows color (decimal): -16604197 or 14394114. OLE color: 14394114.

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

Color convert

RGB 2 163 219 -
CMYK 0.99 0.26 0 0.14
HSL 195.48º 0.98% 0.43% -
HSV(B) 195.48º 0.99% 0.86% -
XYZ 25.91 31.32 71.7 -
YUV 121.25 183.16 42.95 -
System Red Green Blue C M Y K H S L
Decimal 2 163 219 0.99 0.26 0 0.14 195.48 0.98 0.43
Hex 2 A3 DB 63 1A 0 E C3 62 2B
Octal 2 243 333 143 32 0 16 303 142 53
Binary 10 10100011 11011011 1100011 11010 0 1110 11000011 1100010 101011

Color Harmonies of #02A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A3DB

Black with #02A3DB

Text Example


Text Example

White with #02A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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