Html Css Color HEX #1AB3FA Deep Sky Blue

📋 copy color: '#1AB3FA'

red 26 ◦ green 179 ◦ blue 250

#1AB3FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1AB3FA

Tints of Deep Sky Blue #1AB3FA

RGB

 RED value IS 26 (10.55% from 255) = 5.71%

 GREEN value IS 179 (70.31% from 255) = 39.34%

 BLUE value IS 250 (98.05% from 255) = 54.95%

R = 5.71%
G = 39.34%
B = 54.95%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1AB3FA (or 0x1AB3FA) is known color: Deep Sky Blue. HEX triplet: 1A, B3 and FA. RGB value is (26,179,250). Sum of RGB (Red+Green+Blue) = 26+179+250=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AB3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB3FA is #E54C05. Grayscale: #8C8C8C. Windows color (decimal): -15027206 or 16429850. OLE color: 16429850.

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

Color convert

RGB 26 179 250 -
CMYK 0.90 0.28 0 0.02
HSL 199.02º 0.96% 0.54% -
HSV(B) 199.02º 0.9% 0.98% -
XYZ 33.8 39.36 96.26 -
YUV 141.35 189.31 45.73 -
System Red Green Blue C M Y K H S L
Decimal 26 179 250 0.90 0.28 0 0.02 199.02 0.96 0.54
Hex 1A B3 FA 5A 1C 0 2 C7 60 36
Octal 32 263 372 132 34 0 2 307 140 66
Binary 11010 10110011 11111010 1011010 11100 0 10 11000111 1100000 110110

Color Harmonies of #1AB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB3FA

Black with #1AB3FA

Text Example


Text Example

White with #1AB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AB3FA;
 }
 .AnyTagClassName
 {
   color: #1AB3FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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