Html Css Color HEX #1ABAF5 Deep Sky Blue

📋 copy color: '#1ABAF5'

red 26 ◦ green 186 ◦ blue 245

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

Shades of Deep Sky Blue #1ABAF5

Tints of Deep Sky Blue #1ABAF5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

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

R = 5.69%
G = 40.7%
B = 53.61%

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

#1ABAF5 (or 0x1ABAF5) is known color: Deep Sky Blue. HEX triplet: 1A, BA and F5. RGB value is (26,186,245). Sum of RGB (Red+Green+Blue) = 26+186+245=457 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.69% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #1ABAF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAF5 is #E5450A. Grayscale: #909090. Windows color (decimal): -15025419 or 16103962. OLE color: 16103962.

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

Color convert

RGB 26 186 245 -
CMYK 0.89 0.24 0 0.04
HSL 196.16º 0.92% 0.53% -
HSV(B) 196.16º 0.89% 0.96% -
XYZ 34.47 41.93 92.66 -
YUV 144.89 184.49 43.2 -
System Red Green Blue C M Y K H S L
Decimal 26 186 245 0.89 0.24 0 0.04 196.16 0.92 0.53
Hex 1A BA F5 59 18 0 4 C4 5C 35
Octal 32 272 365 131 30 0 4 304 134 65
Binary 11010 10111010 11110101 1011001 11000 0 100 11000100 1011100 110101

Color Harmonies of #1ABAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAF5

Black with #1ABAF5

Text Example


Text Example

White with #1ABAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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