Html Css Color HEX #1AB1FA Deep Sky Blue

📋 copy color: '#1AB1FA'

red 26 ◦ green 177 ◦ blue 250

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

Shades of Deep Sky Blue #1AB1FA

Tints of Deep Sky Blue #1AB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 5.74%
G = 39.07%
B = 55.19%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1AB1FA (or 0x1AB1FA) is known color: Deep Sky Blue. HEX triplet: 1A, B1 and FA. RGB value is (26,177,250). Sum of RGB (Red+Green+Blue) = 26+177+250=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AB1FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB1FA is #E54E05. Grayscale: #8B8B8B. Windows color (decimal): -15027718 or 16429338. OLE color: 16429338.

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

Color convert

RGB 26 177 250 -
CMYK 0.90 0.29 0 0.02
HSL 199.55º 0.96% 0.54% -
HSV(B) 199.55º 0.9% 0.98% -
XYZ 33.4 38.57 96.13 -
YUV 140.17 189.97 46.56 -
System Red Green Blue C M Y K H S L
Decimal 26 177 250 0.90 0.29 0 0.02 199.55 0.96 0.54
Hex 1A B1 FA 5A 1D 0 2 C8 60 36
Octal 32 261 372 132 35 0 2 310 140 66
Binary 11010 10110001 11111010 1011010 11101 0 10 11001000 1100000 110110

Color Harmonies of #1AB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB1FA

Black with #1AB1FA

Text Example


Text Example

White with #1AB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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