Html Css Color HEX #02A5DB Pacific Blue

📋 copy color: '#02A5DB'

red 2 ◦ green 165 ◦ blue 219

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

Shades of Pacific Blue #02A5DB

Tints of Pacific Blue #02A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

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

R = 0.52%
G = 42.75%
B = 56.74%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02A5DB (or 0x02A5DB) is known color: Pacific Blue. HEX triplet: 02, A5 and DB. RGB value is (2,165,219). Sum of RGB (Red+Green+Blue) = 2+165+219=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A5DB is #FD5A24. Grayscale: #7A7A7A. Windows color (decimal): -16603685 or 14394626. OLE color: 14394626.

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

Color convert

RGB 2 165 219 -
CMYK 0.99 0.25 0 0.14
HSL 194.93º 0.98% 0.43% -
HSV(B) 194.93º 0.99% 0.86% -
XYZ 26.27 32.04 71.82 -
YUV 122.42 182.5 42.11 -
System Red Green Blue C M Y K H S L
Decimal 2 165 219 0.99 0.25 0 0.14 194.93 0.98 0.43
Hex 2 A5 DB 63 19 0 E C3 62 2B
Octal 2 245 333 143 31 0 16 303 142 53
Binary 10 10100101 11011011 1100011 11001 0 1110 11000011 1100010 101011

Color Harmonies of #02A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A5DB

Black with #02A5DB

Text Example


Text Example

White with #02A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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