#06A4F8

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

Shades of Deep Sky Blue #06A4F8

Tints of Deep Sky Blue #06A4F8

Color information

#06A4F8 (or 0x06A4F8) is unknown color: approx Deep Sky Blue. HEX triplet: 06, A4 and F8. RGB value is (6,164,248). Sum of RGB (Red+Green+Blue) = 6+164+248=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #06A4F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A4F8 is #F95B07. Grayscale: #7D7D7D. Windows color (decimal): -16341768 or 16294918. OLE color: 16294918.

HSL color Cylindrical-coordinate representation of color #06A4F8: hue angle of 200.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A4F8 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6164248-
CMYK0.980.3400.03
HSL200.83º95.28%49.8%-
HSV(B)200.83º97.58%97.25%-
XYZ30.2933.3793.65-
YUV126.33196.6542.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.44%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 248 (97.27% from 255) = 59.33%
R=1.44%
G=39.23%
B=59.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61642480.980.3400.03200.8395.2849.8
Hex6A4F8622203c95f32
Octal6244370142420331113762
Binary11010100100111110001100010100010011110010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,164,248); }

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

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

 a { background-color: rgb(6,164,248); }

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

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

 span { border-color: rgb(6,164,248); }

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