#1ABEFB

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

Shades of Deep Sky Blue #1ABEFB

Tints of Deep Sky Blue #1ABEFB

Color information

#1ABEFB (or 0x1ABEFB) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, BE and FB. RGB value is (26,190,251). Sum of RGB (Red+Green+Blue) = 26+190+251=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEFB is #E54104. Grayscale: #939393. Windows color (decimal): -15024389 or 16498202. OLE color: 16498202.

HSL color Cylindrical-coordinate representation of color #1ABEFB: hue angle of 196.27º 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 #1ABEFB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB26190251-
CMYK0.900.2400.02
HSL196.27º96.57%54.31%-
HSV(B)196.27º89.64%98.43%-
XYZ36.2544.0197.85-
YUV147.92186.1741.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.57%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=5.57%
G=40.69%
B=53.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal261902510.900.2400.02196.2796.5754.31
Hex1ABEFB5A1802c46136
Octal32276373132300230414166
Binary110101011111011111011101101011000010110001001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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