#1ABDFB

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

Shades of Deep Sky Blue #1ABDFB

Tints of Deep Sky Blue #1ABDFB

Color information

#1ABDFB (or 0x1ABDFB) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, BD and FB. RGB value is (26,189,251). Sum of RGB (Red+Green+Blue) = 26+189+251=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDFB is #E54204. Grayscale: #929292. Windows color (decimal): -15024645 or 16497946. OLE color: 16497946.

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

Color convert

RGB26189251-
CMYK0.900.2500.02
HSL196.53º96.57%54.31%-
HSV(B)196.53º89.64%98.43%-
XYZ36.0443.5897.78-
YUV147.33186.541.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.58%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=5.58%
G=40.56%
B=53.86%

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
Decimal261892510.900.2500.02196.5396.5754.31
Hex1ABDFB5A1902c56136
Octal32275373132310230514166
Binary110101011110111111011101101011001010110001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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