#06A8F3

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

Shades of Deep Sky Blue #06A8F3

Tints of Deep Sky Blue #06A8F3

Color information

#06A8F3 (or 0x06A8F3) is unknown color: approx Deep Sky Blue. HEX triplet: 06, A8 and F3. RGB value is (6,168,243). Sum of RGB (Red+Green+Blue) = 6+168+243=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #06A8F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A8F3 is #F9570C. Grayscale: #7F7F7F. Windows color (decimal): -16340749 or 15968262. OLE color: 15968262.

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

Color convert

RGB6168243-
CMYK0.980.3100.05
HSL198.99º95.18%48.82%-
HSV(B)198.99º97.53%95.29%-
XYZ30.2634.5289.86-
YUV128.11192.8340.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.44%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=1.44%
G=40.29%
B=58.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61682430.980.3100.05198.9995.1848.82
Hex6A8F3621F05c75f31
Octal6250363142370530713761
Binary11010101000111100111100010111110101110001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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