#0FA7F6

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

Shades of Deep Sky Blue #0FA7F6

Tints of Deep Sky Blue #0FA7F6

Color information

#0FA7F6 (or 0x0FA7F6) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, A7 and F6. RGB value is (15,167,246). Sum of RGB (Red+Green+Blue) = 15+167+246=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #0FA7F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA7F6 is #F05809. Grayscale: #828282. Windows color (decimal): -15751178 or 16164623. OLE color: 16164623.

HSL color Cylindrical-coordinate representation of color #0FA7F6: hue angle of 200.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA7F6 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15167246-
CMYK0.940.3200.04
HSL200.52º92.77%51.18%-
HSV(B)200.52º93.9%96.47%-
XYZ30.6534.3992.21-
YUV130.56193.1445.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.50%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 246 (96.48% from 255) = 57.48%
R=3.50%
G=39.02%
B=57.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal151672460.940.3200.04200.5292.7751.18
HexFA7F65E2004c95d33
Octal17247366136400431113563
Binary1111101001111111011010111101000000100110010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FA7F6; }

 p { color: rgb(15,167,246); }

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

<style>
 a { background-color: #0FA7F6; }

 a { background-color: rgb(15,167,246); }

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

<style>
 span { border-color: #0FA7F6; }

 span { border-color: rgb(15,167,246); }

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