#0ABBF3

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

Shades of Deep Sky Blue #0ABBF3

Tints of Deep Sky Blue #0ABBF3

Color information

#0ABBF3 (or 0x0ABBF3) is unknown color: approx Deep Sky Blue. HEX triplet: 0A, BB and F3. RGB value is (10,187,243). Sum of RGB (Red+Green+Blue) = 10+187+243=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #0ABBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABBF3 is #F5440C. Grayscale: #8C8C8C. Windows color (decimal): -16073741 or 15973130. OLE color: 15973130.

HSL color Cylindrical-coordinate representation of color #0ABBF3: hue angle of 194.42º 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 #0ABBF3 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10187243-
CMYK0.960.2300.05
HSL194.42º92.09%49.61%-
HSV(B)194.42º95.88%95.29%-
XYZ34.0742.0891.12-
YUV140.46185.8634.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.27%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 243 (95.31% from 255) = 55.23%
R=2.27%
G=42.5%
B=55.23%

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
Decimal101872430.960.2300.05194.4292.0949.61
HexABBF3601705c25c32
Octal12273363140270530213462
Binary101010111011111100111100000101110101110000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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