#08A4D7

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

Shades of Pacific Blue #08A4D7

Tints of Pacific Blue #08A4D7

Color information

#08A4D7 (or 0x08A4D7) is unknown color: approx Pacific Blue. HEX triplet: 08, A4 and D7. RGB value is (8,164,215). Sum of RGB (Red+Green+Blue) = 8+164+215=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 215 (84.38% from 255 or 55.56% from 387); Max value from RGB is 215 - color contains mainly: blue. Hex color #08A4D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A4D7 is #F75B28. Grayscale: #7A7A7A. Windows color (decimal): -16210729 or 14132232. OLE color: 14132232.

HSL color Cylindrical-coordinate representation of color #08A4D7: hue angle of 194.78º 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 #08A4D7 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8164215-
CMYK0.960.2400.16
HSL194.78º92.83%43.73%-
HSV(B)194.78º96.28%84.31%-
XYZ25.6431.5169.02-
YUV123.17179.8245.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.07%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 215 (84.38% from 255) = 55.56%
R=2.07%
G=42.38%
B=55.56%

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
Decimal81642150.960.2400.16194.7892.8343.73
Hex8A4D76018010c35d2c
Octal102443271403002030313554
Binary10001010010011010111110000011000010000110000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,164,215); }

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

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

 a { background-color: rgb(8,164,215); }

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

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

 span { border-color: rgb(8,164,215); }

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