#06A5D8

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

Shades of Pacific Blue #06A5D8

Tints of Pacific Blue #06A5D8

Color information

#06A5D8 (or 0x06A5D8) is unknown color: approx Pacific Blue. HEX triplet: 06, A5 and D8. RGB value is (6,165,216). Sum of RGB (Red+Green+Blue) = 6+165+216=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #06A5D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A5D8 is #F95A27. Grayscale: #7A7A7A. Windows color (decimal): -16341544 or 14198022. OLE color: 14198022.

HSL color Cylindrical-coordinate representation of color #06A5D8: hue angle of 194.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A5D8 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6165216-
CMYK0.970.2400.15
HSL194.57º94.59%43.53%-
HSV(B)194.57º97.22%84.71%-
XYZ25.9231.9169.76-
YUV123.27180.3244.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.55%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 216 (84.77% from 255) = 55.81%
R=1.55%
G=42.64%
B=55.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61652160.970.2400.15194.5794.5943.53
Hex6A5D861180Fc35f2c
Octal62453301413001730313754
Binary110101001011101100011000011100001111110000111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A5D8; }

 p { color: rgb(6,165,216); }

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

<style>
 a { background-color: #06A5D8; }

 a { background-color: rgb(6,165,216); }

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

<style>
 span { border-color: #06A5D8; }

 span { border-color: rgb(6,165,216); }

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