#0AC8FA

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

Shades of Deep Sky Blue #0AC8FA

Tints of Deep Sky Blue #0AC8FA

Color information

#0AC8FA (or 0x0AC8FA) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, C8 and FA. RGB value is (10,200,250). Sum of RGB (Red+Green+Blue) = 10+200+250=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AC8FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC8FA is #F53705. Grayscale: #949494. Windows color (decimal): -16070406 or 16435210. OLE color: 16435210.

HSL color Cylindrical-coordinate representation of color #0AC8FA: hue angle of 192.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC8FA is Cyan = 0.96, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10200250-
CMYK0.960.200.02
HSL192.5º96%50.98%-
HSV(B)192.5º96%98.04%-
XYZ38.0348.2897.76-
YUV148.89185.0528.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.17%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 250 (98.05% from 255) = 54.35%
R=2.17%
G=43.48%
B=54.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102002500.960.200.02192.59650.98
HexAC8FA601402c06033
Octal12310372140240230014063
Binary10101100100011111010110000010100010110000001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,200,250); }

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

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

 a { background-color: rgb(10,200,250); }

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

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

 span { border-color: rgb(10,200,250); }

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