#06A2F5

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

Shades of Deep Sky Blue #06A2F5

Tints of Deep Sky Blue #06A2F5

Color information

#06A2F5 (or 0x06A2F5) is unknown color: approx Deep Sky Blue. HEX triplet: 06, A2 and F5. RGB value is (6,162,245). Sum of RGB (Red+Green+Blue) = 6+162+245=413 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 245 (96.09% from 255 or 59.32% from 413); Max value from RGB is 245 - color contains mainly: blue. Hex color #06A2F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A2F5 is #F95D0A. Grayscale: #7C7C7C. Windows color (decimal): -16342283 or 16097798. OLE color: 16097798.

HSL color Cylindrical-coordinate representation of color #06A2F5: hue angle of 200.84º 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 #06A2F5 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6162245-
CMYK0.980.3400.04
HSL200.84º95.22%49.22%-
HSV(B)200.84º97.55%96.08%-
XYZ29.4832.4791.1-
YUV124.82195.8243.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.45%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 245 (96.09% from 255) = 59.32%
R=1.45%
G=39.23%
B=59.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61622450.980.3400.04200.8495.2249.22
Hex6A2F5622204c95f31
Octal6242365142420431113761
Binary110101000101111010111000101000100100110010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,162,245); }

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

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

 a { background-color: rgb(6,162,245); }

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

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

 span { border-color: rgb(6,162,245); }

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