#0B8ACA

Color #0B8ACA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0B8ACA

Tints of Pacific Blue #0B8ACA

Color information

#0B8ACA (or 0x0B8ACA) is unknown color: approx Pacific Blue. HEX triplet: 0B, 8A and CA. RGB value is (11,138,202). Sum of RGB (Red+Green+Blue) = 11+138+202=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B8ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8ACA is #F47535. Grayscale: #6A6A6A. Windows color (decimal): -16020790 or 13273611. OLE color: 13273611.

HSL color Cylindrical-coordinate representation of color #0B8ACA: hue angle of 200.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8ACA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11138202-
CMYK0.950.3200.21
HSL200.1º89.67%41.76%-
HSV(B)200.1º94.55%79.22%-
XYZ19.8922.5159.17-
YUV107.32181.4259.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.13%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=3.13%
G=39.32%
B=57.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111382020.950.3200.21200.189.6741.76
HexB8ACA5F20015c85a2a
Octal132123121374002531013252
Binary101110001010110010101011111100000010101110010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,138,202); }

 H1.HeaderClassName
 {
   color: #0B8ACA;
 }
 .AnyTagClassName
 {
   color: #0B8ACA;
 }
</style>
background-color css

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

 a { background-color: rgb(11,138,202); }

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

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

 span { border-color: rgb(11,138,202); }

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