#08A2D6

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

Shades of Pacific Blue #08A2D6

Tints of Pacific Blue #08A2D6

Color information

#08A2D6 (or 0x08A2D6) is unknown color: approx Pacific Blue. HEX triplet: 08, A2 and D6. RGB value is (8,162,214). Sum of RGB (Red+Green+Blue) = 8+162+214=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #08A2D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A2D6 is #F75D29. Grayscale: #797979. Windows color (decimal): -16211242 or 14066184. OLE color: 14066184.

HSL color Cylindrical-coordinate representation of color #08A2D6: hue angle of 195.15º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A2D6 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8162214-
CMYK0.960.2400.16
HSL195.15º92.79%43.53%-
HSV(B)195.15º96.26%83.92%-
XYZ25.1630.7568.23-
YUV121.88179.9846.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.08%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 214 (83.98% from 255) = 55.73%
R=2.08%
G=42.19%
B=55.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81622140.960.2400.16195.1592.7943.53
Hex8A2D66018010c35d2c
Octal102423261403002030313554
Binary10001010001011010110110000011000010000110000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,162,214); }

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

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

 a { background-color: rgb(8,162,214); }

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

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

 span { border-color: rgb(8,162,214); }

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