#0ABCF3

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

Shades of Deep Sky Blue #0ABCF3

Tints of Deep Sky Blue #0ABCF3

Color information

#0ABCF3 (or 0x0ABCF3) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, BC and F3. RGB value is (10,188,243). Sum of RGB (Red+Green+Blue) = 10+188+243=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #0ABCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCF3 is #F5430C. Grayscale: #8C8C8C. Windows color (decimal): -16073485 or 15973386. OLE color: 15973386.

HSL color Cylindrical-coordinate representation of color #0ABCF3: hue angle of 194.16º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABCF3 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10188243-
CMYK0.960.2300.05
HSL194.16º92.09%49.61%-
HSV(B)194.16º95.88%95.29%-
XYZ34.2942.591.19-
YUV141.05185.5334.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.27%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 243 (95.31% from 255) = 55.10%
R=2.27%
G=42.63%
B=55.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101882430.960.2300.05194.1692.0949.61
HexABCF3601705c25c32
Octal12274363140270530213462
Binary101010111100111100111100000101110101110000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,188,243); }

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

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

 a { background-color: rgb(10,188,243); }

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

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

 span { border-color: rgb(10,188,243); }

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