Html Css Color HEX #1ABCF6 Deep Sky Blue

📋 copy color: '#1ABCF6'

red 26 ◦ green 188 ◦ blue 246

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

Shades of Deep Sky Blue #1ABCF6

Tints of Deep Sky Blue #1ABCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.48%

R = 5.65%
G = 40.87%
B = 53.48%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1ABCF6 (or 0x1ABCF6) is known color: Deep Sky Blue. HEX triplet: 1A, BC and F6. RGB value is (26,188,246). Sum of RGB (Red+Green+Blue) = 26+188+246=460 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.65% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #1ABCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCF6 is #E54309. Grayscale: #919191. Windows color (decimal): -15024906 or 16170010. OLE color: 16170010.

HSL color Cylindrical-coordinate representation of color #1ABCF6: hue angle of 195.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABCF6 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 188 246 -
CMYK 0.89 0.24 0 0.04
HSL 195.82º 0.92% 0.53% -
HSV(B) 195.82º 0.89% 0.96% -
XYZ 35.04 42.84 93.61 -
YUV 146.17 184.33 42.28 -
System Red Green Blue C M Y K H S L
Decimal 26 188 246 0.89 0.24 0 0.04 195.82 0.92 0.53
Hex 1A BC F6 59 18 0 4 C4 5C 35
Octal 32 274 366 131 30 0 4 304 134 65
Binary 11010 10111100 11110110 1011001 11000 0 100 11000100 1011100 110101

Color Harmonies of #1ABCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCF6

Black with #1ABCF6

Text Example


Text Example

White with #1ABCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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