Html Css Color HEX #1ABCFA Deep Sky Blue

📋 copy color: '#1ABCFA'

red 26 ◦ green 188 ◦ blue 250

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

Shades of Deep Sky Blue #1ABCFA

Tints of Deep Sky Blue #1ABCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.52%

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

R = 5.6%
G = 40.52%
B = 53.88%

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

#1ABCFA (or 0x1ABCFA) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FA. RGB value is (26,188,250). Sum of RGB (Red+Green+Blue) = 26+188+250=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #1ABCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFA is #E54305. Grayscale: #929292. Windows color (decimal): -15024902 or 16432154. OLE color: 16432154.

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

Color convert

RGB 26 188 250 -
CMYK 0.90 0.25 0 0.02
HSL 196.61º 0.96% 0.54% -
HSV(B) 196.61º 0.9% 0.98% -
XYZ 35.66 43.09 96.88 -
YUV 146.63 186.33 41.96 -
System Red Green Blue C M Y K H S L
Decimal 26 188 250 0.90 0.25 0 0.02 196.61 0.96 0.54
Hex 1A BC FA 5A 19 0 2 C5 60 36
Octal 32 274 372 132 31 0 2 305 140 66
Binary 11010 10111100 11111010 1011010 11001 0 10 11000101 1100000 110110

Color Harmonies of #1ABCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCFA

Black with #1ABCFA

Text Example


Text Example

White with #1ABCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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