Html Css Color HEX #0AA1DB Pacific Blue

📋 copy color: '#0AA1DB'

red 10 ◦ green 161 ◦ blue 219

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

Shades of Pacific Blue #0AA1DB

Tints of Pacific Blue #0AA1DB

RGB

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

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

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

R = 2.56%
G = 41.28%
B = 56.15%

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

#0AA1DB (or 0x0AA1DB) is known color: Pacific Blue. HEX triplet: 0A, A1 and DB. RGB value is (10,161,219). Sum of RGB (Red+Green+Blue) = 10+161+219=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AA1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA1DB is #F55E24. Grayscale: #7A7A7A. Windows color (decimal): -16080421 or 14393610. OLE color: 14393610.

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

Color convert

RGB 10 161 219 -
CMYK 0.95 0.26 0 0.14
HSL 196.65º 0.91% 0.45% -
HSV(B) 196.65º 0.95% 0.86% -
XYZ 25.66 30.67 71.59 -
YUV 122.46 182.47 47.78 -
System Red Green Blue C M Y K H S L
Decimal 10 161 219 0.95 0.26 0 0.14 196.65 0.91 0.45
Hex A A1 DB 5F 1A 0 E C5 5B 2D
Octal 12 241 333 137 32 0 16 305 133 55
Binary 1010 10100001 11011011 1011111 11010 0 1110 11000101 1011011 101101

Color Harmonies of #0AA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA1DB

Black with #0AA1DB

Text Example


Text Example

White with #0AA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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