Html Css Color HEX #1ABDF5 Deep Sky Blue

📋 copy color: '#1ABDF5'

red 26 ◦ green 189 ◦ blue 245

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

Shades of Deep Sky Blue #1ABDF5

Tints of Deep Sky Blue #1ABDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 5.65%
G = 41.09%
B = 53.26%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1ABDF5 (or 0x1ABDF5) is known color: Deep Sky Blue. HEX triplet: 1A, BD and F5. RGB value is (26,189,245). Sum of RGB (Red+Green+Blue) = 26+189+245=460 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.65% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #1ABDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDF5 is #E5420A. Grayscale: #929292. Windows color (decimal): -15024651 or 16104730. OLE color: 16104730.

HSL color Cylindrical-coordinate representation of color #1ABDF5: hue angle of 195.34º 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 #1ABDF5 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 189 245 -
CMYK 0.89 0.23 0 0.04
HSL 195.34º 0.92% 0.53% -
HSV(B) 195.34º 0.89% 0.96% -
XYZ 35.11 43.21 92.88 -
YUV 146.65 183.5 41.95 -
System Red Green Blue C M Y K H S L
Decimal 26 189 245 0.89 0.23 0 0.04 195.34 0.92 0.53
Hex 1A BD F5 59 17 0 4 C3 5C 35
Octal 32 275 365 131 27 0 4 303 134 65
Binary 11010 10111101 11110101 1011001 10111 0 100 11000011 1011100 110101

Color Harmonies of #1ABDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDF5

Black with #1ABDF5

Text Example


Text Example

White with #1ABDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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