Html Css Color HEX #0BA6E0 Pacific Blue

📋 copy color: '#0BA6E0'

red 11 ◦ green 166 ◦ blue 224

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

Shades of Pacific Blue #0BA6E0

Tints of Pacific Blue #0BA6E0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 2.74%
G = 41.4%
B = 55.86%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0BA6E0 (or 0x0BA6E0) is known color: Pacific Blue. HEX triplet: 0B, A6 and E0. RGB value is (11,166,224). Sum of RGB (Red+Green+Blue) = 11+166+224=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #0BA6E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA6E0 is #F4591F. Grayscale: #7D7D7D. Windows color (decimal): -16013600 or 14722571. OLE color: 14722571.

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

Color convert

RGB 11 166 224 -
CMYK 0.95 0.26 0 0.12
HSL 196.34º 0.91% 0.46% -
HSV(B) 196.34º 0.95% 0.88% -
XYZ 27.23 32.73 75.4 -
YUV 126.27 183.15 45.78 -
System Red Green Blue C M Y K H S L
Decimal 11 166 224 0.95 0.26 0 0.12 196.34 0.91 0.46
Hex B A6 E0 5F 1A 0 C C4 5B 2E
Octal 13 246 340 137 32 0 14 304 133 56
Binary 1011 10100110 11100000 1011111 11010 0 1100 11000100 1011011 101110

Color Harmonies of #0BA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA6E0

Black with #0BA6E0

Text Example


Text Example

White with #0BA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,166,224); }

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

background-color css

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

 a { background-color: rgb(11,166,224); }

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

border-color css

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

 span { border-color: rgb(11,166,224); }

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