#08A6D2

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

Shades of Pacific Blue #08A6D2

Tints of Pacific Blue #08A6D2

Color information

#08A6D2 (or 0x08A6D2) is unknown color: approx Pacific Blue. HEX triplet: 08, A6 and D2. RGB value is (8,166,210). Sum of RGB (Red+Green+Blue) = 8+166+210=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #08A6D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A6D2 is #F7592D. Grayscale: #7B7B7B. Windows color (decimal): -16210222 or 13805064. OLE color: 13805064.

HSL color Cylindrical-coordinate representation of color #08A6D2: hue angle of 193.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A6D2 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8166210-
CMYK0.960.2100.18
HSL193.07º92.66%42.75%-
HSV(B)193.07º96.19%82.35%-
XYZ25.3731.9865.81-
YUV123.77176.6545.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.08%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 210 (82.42% from 255) = 54.69%
R=2.08%
G=43.23%
B=54.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81662100.960.2100.18193.0792.6642.75
Hex8A6D26015012c15d2b
Octal102463221402502230113553
Binary10001010011011010010110000010101010010110000011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,166,210); }

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

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

 a { background-color: rgb(8,166,210); }

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

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

 span { border-color: rgb(8,166,210); }

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