Html Css Color HEX #0BA4DB Pacific Blue

📋 copy color: '#0BA4DB'

red 11 ◦ green 164 ◦ blue 219

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

Shades of Pacific Blue #0BA4DB

Tints of Pacific Blue #0BA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 2.79%
G = 41.62%
B = 55.58%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BA4DB (or 0x0BA4DB) is known color: Pacific Blue. HEX triplet: 0B, A4 and DB. RGB value is (11,164,219). Sum of RGB (Red+Green+Blue) = 11+164+219=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BA4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA4DB is #F45B24. Grayscale: #7C7C7C. Windows color (decimal): -16014117 or 14394379. OLE color: 14394379.

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

Color convert

RGB 11 164 219 -
CMYK 0.95 0.25 0 0.14
HSL 195.87º 0.9% 0.45% -
HSV(B) 195.87º 0.95% 0.86% -
XYZ 26.2 31.74 71.76 -
YUV 124.52 181.31 47.03 -
System Red Green Blue C M Y K H S L
Decimal 11 164 219 0.95 0.25 0 0.14 195.87 0.9 0.45
Hex B A4 DB 5F 19 0 E C4 5A 2D
Octal 13 244 333 137 31 0 16 304 132 55
Binary 1011 10100100 11011011 1011111 11001 0 1110 11000100 1011010 101101

Color Harmonies of #0BA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA4DB

Black with #0BA4DB

Text Example


Text Example

White with #0BA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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