#06A8F6

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

Shades of Deep Sky Blue #06A8F6

Tints of Deep Sky Blue #06A8F6

Color information

#06A8F6 (or 0x06A8F6) is unknown color: approx Deep Sky Blue. HEX triplet: 06, A8 and F6. RGB value is (6,168,246). Sum of RGB (Red+Green+Blue) = 6+168+246=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #06A8F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8F6 is #F95709. Grayscale: #7F7F7F. Windows color (decimal): -16340746 or 16164870. OLE color: 16164870.

HSL color Cylindrical-coordinate representation of color #06A8F6: hue angle of 199.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A8F6 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6168246-
CMYK0.980.3200.04
HSL199.5º95.24%49.41%-
HSV(B)199.5º97.56%96.47%-
XYZ30.7134.792.27-
YUV128.45194.3340.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.43%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 246 (96.48% from 255) = 58.57%
R=1.43%
G=40%
B=58.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61682460.980.3200.04199.595.2449.41
Hex6A8F6622004c85f31
Octal6250366142400431013761
Binary110101010001111011011000101000000100110010001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,168,246); }

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

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

 a { background-color: rgb(6,168,246); }

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

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

 span { border-color: rgb(6,168,246); }

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