Html Css Color HEX #1ABCF7 Deep Sky Blue

📋 copy color: '#1ABCF7'

red 26 ◦ green 188 ◦ blue 247

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

Shades of Deep Sky Blue #1ABCF7

Tints of Deep Sky Blue #1ABCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.58%

R = 5.64%
G = 40.78%
B = 53.58%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1ABCF7 (or 0x1ABCF7) is known color: Deep Sky Blue. HEX triplet: 1A, BC and F7. RGB value is (26,188,247). Sum of RGB (Red+Green+Blue) = 26+188+247=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #1ABCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCF7 is #E54308. Grayscale: #919191. Windows color (decimal): -15024905 or 16235546. OLE color: 16235546.

HSL color Cylindrical-coordinate representation of color #1ABCF7: hue angle of 196.02º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABCF7 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 188 247 -
CMYK 0.89 0.24 0 0.03
HSL 196.02º 0.93% 0.54% -
HSV(B) 196.02º 0.89% 0.97% -
XYZ 35.2 42.9 94.42 -
YUV 146.29 184.83 42.2 -
System Red Green Blue C M Y K H S L
Decimal 26 188 247 0.89 0.24 0 0.03 196.02 0.93 0.54
Hex 1A BC F7 59 18 0 3 C4 5D 36
Octal 32 274 367 131 30 0 3 304 135 66
Binary 11010 10111100 11110111 1011001 11000 0 11 11000100 1011101 110110

Color Harmonies of #1ABCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCF7

Black with #1ABCF7

Text Example


Text Example

White with #1ABCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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