Html Css Color HEX #1ABDF1 Deep Sky Blue

📋 copy color: '#1ABDF1'

red 26 ◦ green 189 ◦ blue 241

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

Shades of Deep Sky Blue #1ABDF1

Tints of Deep Sky Blue #1ABDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.45%

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 5.7%
G = 41.45%
B = 52.85%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ABDF1 (or 0x1ABDF1) is known color: Deep Sky Blue. HEX triplet: 1A, BD and F1. RGB value is (26,189,241). Sum of RGB (Red+Green+Blue) = 26+189+241=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #1ABDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDF1 is #E5420E. Grayscale: #919191. Windows color (decimal): -15024655 or 15842586. OLE color: 15842586.

HSL color Cylindrical-coordinate representation of color #1ABDF1: hue angle of 194.51º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABDF1 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 189 241 -
CMYK 0.89 0.22 0 0.05
HSL 194.51º 0.88% 0.52% -
HSV(B) 194.51º 0.89% 0.95% -
XYZ 34.5 42.97 89.69 -
YUV 146.19 181.5 42.27 -
System Red Green Blue C M Y K H S L
Decimal 26 189 241 0.89 0.22 0 0.05 194.51 0.88 0.52
Hex 1A BD F1 59 16 0 5 C3 58 34
Octal 32 275 361 131 26 0 5 303 130 64
Binary 11010 10111101 11110001 1011001 10110 0 101 11000011 1011000 110100

Color Harmonies of #1ABDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDF1

Black with #1ABDF1

Text Example


Text Example

White with #1ABDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,241); }

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

background-color css

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

 a { background-color: rgb(26,189,241); }

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

border-color css

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

 span { border-color: rgb(26,189,241); }

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