Html Css Color HEX #1ABCFB Deep Sky Blue

📋 copy color: '#1ABCFB'

red 26 ◦ green 188 ◦ blue 251

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

Shades of Deep Sky Blue #1ABCFB

Tints of Deep Sky Blue #1ABCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 5.59%
G = 40.43%
B = 53.98%

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

#1ABCFB (or 0x1ABCFB) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FB. RGB value is (26,188,251). Sum of RGB (Red+Green+Blue) = 26+188+251=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFB is #E54304. Grayscale: #929292. Windows color (decimal): -15024901 or 16497690. OLE color: 16497690.

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

Color convert

RGB 26 188 251 -
CMYK 0.90 0.25 0 0.02
HSL 196.8º 0.97% 0.54% -
HSV(B) 196.8º 0.9% 0.98% -
XYZ 35.82 43.15 97.71 -
YUV 146.74 186.83 41.88 -
System Red Green Blue C M Y K H S L
Decimal 26 188 251 0.90 0.25 0 0.02 196.8 0.97 0.54
Hex 1A BC FB 5A 19 0 2 C5 61 36
Octal 32 274 373 132 31 0 2 305 141 66
Binary 11010 10111100 11111011 1011010 11001 0 10 11000101 1100001 110110

Color Harmonies of #1ABCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCFB

Black with #1ABCFB

Text Example


Text Example

White with #1ABCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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