#1ab3f2

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

Shades of Deep Sky Blue #1AB3F2

Tints of Deep Sky Blue #1AB3F2

Color information

#1AB3F2 (or 0x1AB3F2) is unknown color: approx Deep Sky Blue. HEX triplet: 1A, B3 and F2. RGB value is (26,179,242). Sum of RGB (Red+Green+Blue) = 26+179+242=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #1AB3F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB3F2 is #E54C0D. Grayscale: #8C8C8C. Windows color (decimal): -15027214 or 15905562. OLE color: 15905562.

HSL color Cylindrical-coordinate representation of color #1AB3F2: hue angle of 197.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB3F2 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB26179242-
CMYK0.890.2600.05
HSL197.5º89.26%52.55%-
HSV(B)197.5º89.26%94.9%-
XYZ32.5738.8789.79-
YUV140.44185.3146.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.82%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=5.82%
G=40.04%
B=54.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal261792420.890.2600.05197.589.2652.55
Hex1AB3F2591A05c65935
Octal32263362131320530613165
Binary1101010110011111100101011001110100101110001101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ab3f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,179,242); }

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

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

 a { background-color: rgb(26,179,242); }

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

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

 span { border-color: rgb(26,179,242); }

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