Html Css Color HEX #0BA2DB Pacific Blue

📋 copy color: '#0BA2DB'

red 11 ◦ green 162 ◦ blue 219

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

Shades of Pacific Blue #0BA2DB

Tints of Pacific Blue #0BA2DB

RGB

 RED value IS 11 (4.69% from 255) = 2.81%

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

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

R = 2.81%
G = 41.33%
B = 55.87%

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

#0BA2DB (or 0x0BA2DB) is known color: Pacific Blue. HEX triplet: 0B, A2 and DB. RGB value is (11,162,219). Sum of RGB (Red+Green+Blue) = 11+162+219=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BA2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA2DB is #F45D24. Grayscale: #7A7A7A. Windows color (decimal): -16014629 or 14393867. OLE color: 14393867.

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

Color convert

RGB 11 162 219 -
CMYK 0.95 0.26 0 0.14
HSL 196.44º 0.9% 0.45% -
HSV(B) 196.44º 0.95% 0.86% -
XYZ 25.84 31.03 71.64 -
YUV 123.35 181.97 47.87 -
System Red Green Blue C M Y K H S L
Decimal 11 162 219 0.95 0.26 0 0.14 196.44 0.9 0.45
Hex B A2 DB 5F 1A 0 E C4 5A 2D
Octal 13 242 333 137 32 0 16 304 132 55
Binary 1011 10100010 11011011 1011111 11010 0 1110 11000100 1011010 101101

Color Harmonies of #0BA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA2DB

Black with #0BA2DB

Text Example


Text Example

White with #0BA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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