Html Css Color HEX #0AA2DB Pacific Blue

📋 copy color: '#0AA2DB'

red 10 ◦ green 162 ◦ blue 219

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

Shades of Pacific Blue #0AA2DB

Tints of Pacific Blue #0AA2DB

RGB

 RED value IS 10 (4.3% from 255) = 2.56%

 GREEN value IS 162 (63.67% from 255) = 41.43%

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

R = 2.56%
G = 41.43%
B = 56.01%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AA2DB (or 0x0AA2DB) is known color: Pacific Blue. HEX triplet: 0A, A2 and DB. RGB value is (10,162,219). Sum of RGB (Red+Green+Blue) = 10+162+219=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AA2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA2DB is #F55D24. Grayscale: #7A7A7A. Windows color (decimal): -16080165 or 14393866. OLE color: 14393866.

HSL color Cylindrical-coordinate representation of color #0AA2DB: hue angle of 196.36º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA2DB is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 162 219 -
CMYK 0.95 0.26 0 0.14
HSL 196.36º 0.91% 0.45% -
HSV(B) 196.36º 0.95% 0.86% -
XYZ 25.83 31.02 71.64 -
YUV 123.05 182.14 47.37 -
System Red Green Blue C M Y K H S L
Decimal 10 162 219 0.95 0.26 0 0.14 196.36 0.91 0.45
Hex A A2 DB 5F 1A 0 E C4 5B 2D
Octal 12 242 333 137 32 0 16 304 133 55
Binary 1010 10100010 11011011 1011111 11010 0 1110 11000100 1011011 101101

Color Harmonies of #0AA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA2DB

Black with #0AA2DB

Text Example


Text Example

White with #0AA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA2DB; }

 p { color: rgb(10,162,219); }

 H1.HeaderClassName
 {
   color: #0AA2DB;
 }
 .AnyTagClassName
 {
   color: #0AA2DB;
 }
</style>

background-color css

<style>
 a { background-color: #0AA2DB; }

 a { background-color: rgb(10,162,219); }

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

border-color css

<style>
 span { border-color: #0AA2DB; }

 span { border-color: rgb(10,162,219); }

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