Html Css Color HEX #1ABFFA Deep Sky Blue

📋 copy color: '#1ABFFA'

red 26 ◦ green 191 ◦ blue 250

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

Shades of Deep Sky Blue #1ABFFA

Tints of Deep Sky Blue #1ABFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

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

R = 5.57%
G = 40.9%
B = 53.53%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ABFFA (or 0x1ABFFA) is known color: Deep Sky Blue. HEX triplet: 1A, BF and FA. RGB value is (26,191,250). Sum of RGB (Red+Green+Blue) = 26+191+250=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ABFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFFA is #E54005. Grayscale: #939393. Windows color (decimal): -15024134 or 16432922. OLE color: 16432922.

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

Color convert

RGB 26 191 250 -
CMYK 0.90 0.24 0 0.02
HSL 195.8º 0.96% 0.54% -
HSV(B) 195.8º 0.9% 0.98% -
XYZ 36.31 44.38 97.1 -
YUV 148.39 185.34 40.7 -
System Red Green Blue C M Y K H S L
Decimal 26 191 250 0.90 0.24 0 0.02 195.8 0.96 0.54
Hex 1A BF FA 5A 18 0 2 C4 60 36
Octal 32 277 372 132 30 0 2 304 140 66
Binary 11010 10111111 11111010 1011010 11000 0 10 11000100 1100000 110110

Color Harmonies of #1ABFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFFA

Black with #1ABFFA

Text Example


Text Example

White with #1ABFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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