Html Css Color HEX #1ABBFA Deep Sky Blue

📋 copy color: '#1ABBFA'

red 26 ◦ green 187 ◦ blue 250

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

Shades of Deep Sky Blue #1ABBFA

Tints of Deep Sky Blue #1ABBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 5.62%
G = 40.39%
B = 54%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ABBFA (or 0x1ABBFA) is known color: Deep Sky Blue. HEX triplet: 1A, BB and FA. RGB value is (26,187,250). Sum of RGB (Red+Green+Blue) = 26+187+250=463 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.62% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ABBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABBFA is #E54405. Grayscale: #919191. Windows color (decimal): -15025158 or 16431898. OLE color: 16431898.

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

Color convert

RGB 26 187 250 -
CMYK 0.90 0.25 0 0.02
HSL 196.88º 0.96% 0.54% -
HSV(B) 196.88º 0.9% 0.98% -
XYZ 35.45 42.66 96.81 -
YUV 146.04 186.66 42.38 -
System Red Green Blue C M Y K H S L
Decimal 26 187 250 0.90 0.25 0 0.02 196.88 0.96 0.54
Hex 1A BB FA 5A 19 0 2 C5 60 36
Octal 32 273 372 132 31 0 2 305 140 66
Binary 11010 10111011 11111010 1011010 11001 0 10 11000101 1100000 110110

Color Harmonies of #1ABBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBFA

Black with #1ABBFA

Text Example


Text Example

White with #1ABBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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