#008ACB

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

Shades of Pacific Blue #008ACB

Tints of Pacific Blue #008ACB

Color information

#008ACB (or 0x008ACB) is unknown color: approx Pacific Blue. HEX triplet: 00, 8A and CB. RGB value is (0,138,203). Sum of RGB (Red+Green+Blue) = 0+138+203=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #008ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ACB is #FF7534. Grayscale: #676767. Windows color (decimal): -16741685 or 13339136. OLE color: 13339136.

HSL color Cylindrical-coordinate representation of color #008ACB: hue angle of 199.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ACB is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0138203-
CMYK10.3200.20
HSL199.21º100%39.8%-
HSV(B)199.21º100%79.61%-
XYZ19.8722.4959.79-
YUV104.15183.7853.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 203 (79.69% from 255) = 59.53%
R=0%
G=40.47%
B=59.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal013820310.3200.20199.2110039.8
Hex08ACB6420014c76428
Octal02123131444002430714450
Binary010001010110010111100100100000010100110001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008ACB; }

 p { color: rgb(0,138,203); }

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

<style>
 a { background-color: #008ACB; }

 a { background-color: rgb(0,138,203); }

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

<style>
 span { border-color: #008ACB; }

 span { border-color: rgb(0,138,203); }

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