#1ABCFB

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

Shades of Deep Sky Blue #1ABCFB

Tints of Deep Sky Blue #1ABCFB

Color information

#1ABCFB (or 0x1ABCFB) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, BC and FB. RGB value is (26,188,251). Sum of RGB (Red+Green+Blue) = 26+188+251=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFB is #E54304. Grayscale: #929292. Windows color (decimal): -15024901 or 16497690. OLE color: 16497690.

HSL color Cylindrical-coordinate representation of color #1ABCFB: hue angle of 196.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABCFB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26188251-
CMYK0.900.2500.02
HSL196.8º96.57%54.31%-
HSV(B)196.8º89.64%98.43%-
XYZ35.8243.1597.71-
YUV146.74186.8341.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.59%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 251 (98.44% from 255) = 53.98%
R=5.59%
G=40.43%
B=53.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261882510.900.2500.02196.896.5754.31
Hex1ABCFB5A1902c56136
Octal32274373132310230514166
Binary110101011110011111011101101011001010110001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ABCFB; }

 p { color: rgb(26,188,251); }

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

<style>
 a { background-color: #1ABCFB; }

 a { background-color: rgb(26,188,251); }

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

<style>
 span { border-color: #1ABCFB; }

 span { border-color: rgb(26,188,251); }

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