Html Css Color HEX #1ABCFE Deep Sky Blue

📋 copy color: '#1ABCFE'

red 26 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #1ABCFE

Tints of Deep Sky Blue #1ABCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 5.56%
G = 40.17%
B = 54.27%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1ABCFE (or 0x1ABCFE) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FE. RGB value is (26,188,254). Sum of RGB (Red+Green+Blue) = 26+188+254=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ABCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFE is #E54301. Grayscale: #929292. Windows color (decimal): -15024898 or 16694298. OLE color: 16694298.

HSL color Cylindrical-coordinate representation of color #1ABCFE: hue angle of 197.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABCFE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 26 188 254 -
CMYK 0.90 0.26 0 0.00
HSL 197.37º 0.99% 0.55% -
HSV(B) 197.37º 0.9% 1% -
XYZ 36.3 43.34 100.22 -
YUV 147.09 188.33 41.63 -
System Red Green Blue C M Y K H S L
Decimal 26 188 254 0.90 0.26 0 0.00 197.37 0.99 0.55
Hex 1A BC FE 5A 1A 0 0 C5 63 37
Octal 32 274 376 132 32 0 0 305 143 67
Binary 11010 10111100 11111110 1011010 11010 0 0 11000101 1100011 110111

Color Harmonies of #1ABCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCFE

Black with #1ABCFE

Text Example


Text Example

White with #1ABCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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