#06A8E9

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

Shades of Deep Sky Blue #06A8E9

Tints of Deep Sky Blue #06A8E9

Color information

#06A8E9 (or 0x06A8E9) is unknown color: approx Deep Sky Blue. HEX triplet: 06, A8 and E9. RGB value is (6,168,233). Sum of RGB (Red+Green+Blue) = 6+168+233=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #06A8E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8E9 is #F95716. Grayscale: #7E7E7E. Windows color (decimal): -16340759 or 15312902. OLE color: 15312902.

HSL color Cylindrical-coordinate representation of color #06A8E9: hue angle of 197.18º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A8E9 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6168233-
CMYK0.970.2800.09
HSL197.18º94.98%46.86%-
HSV(B)197.18º97.42%91.37%-
XYZ28.7933.9382.12-
YUV126.97187.8341.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 233 (91.41% from 255) = 57.25%
R=1.47%
G=41.28%
B=57.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61682330.970.2800.09197.1894.9846.86
Hex6A8E9611C09c55f2f
Octal62503511413401130513757
Binary110101010001110100111000011110001001110001011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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