#08A0BC

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

Shades of Pacific Blue #08A0BC

Tints of Pacific Blue #08A0BC

Color information

#08A0BC (or 0x08A0BC) is unknown color: approx Pacific Blue. HEX triplet: 08, A0 and BC. RGB value is (8,160,188). Sum of RGB (Red+Green+Blue) = 8+160+188=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #08A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A0BC is #F75F43. Grayscale: #757575. Windows color (decimal): -16211780 or 12361736. OLE color: 12361736.

HSL color Cylindrical-coordinate representation of color #08A0BC: hue angle of 189.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A0BC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8160188-
CMYK0.960.1500.26
HSL189.33º91.84%38.43%-
HSV(B)189.33º95.74%73.73%-
XYZ21.7528.8251.99-
YUV117.74167.6449.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.25%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=2.25%
G=44.94%
B=52.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81601880.960.1500.26189.3391.8438.43
Hex8A0BC60F01Abd5c26
Octal102402741401703227513446
Binary1000101000001011110011000001111011010101111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A0BC; }

 p { color: rgb(8,160,188); }

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

<style>
 a { background-color: #08A0BC; }

 a { background-color: rgb(8,160,188); }

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

<style>
 span { border-color: #08A0BC; }

 span { border-color: rgb(8,160,188); }

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