Html Css Color HEX #1ABFF5 Deep Sky Blue

📋 copy color: '#1ABFF5'

red 26 ◦ green 191 ◦ blue 245

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

Shades of Deep Sky Blue #1ABFF5

Tints of Deep Sky Blue #1ABFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

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

R = 5.63%
G = 41.34%
B = 53.03%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1ABFF5 (or 0x1ABFF5) is known color: Deep Sky Blue. HEX triplet: 1A, BF and F5. RGB value is (26,191,245). Sum of RGB (Red+Green+Blue) = 26+191+245=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #1ABFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFF5 is #E5400A. Grayscale: #939393. Windows color (decimal): -15024139 or 16105242. OLE color: 16105242.

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

Color convert

RGB 26 191 245 -
CMYK 0.89 0.22 0 0.04
HSL 194.79º 0.92% 0.53% -
HSV(B) 194.79º 0.89% 0.96% -
XYZ 35.54 44.07 93.02 -
YUV 147.82 182.84 41.11 -
System Red Green Blue C M Y K H S L
Decimal 26 191 245 0.89 0.22 0 0.04 194.79 0.92 0.53
Hex 1A BF F5 59 16 0 4 C3 5C 35
Octal 32 277 365 131 26 0 4 303 134 65
Binary 11010 10111111 11110101 1011001 10110 0 100 11000011 1011100 110101

Color Harmonies of #1ABFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFF5

Black with #1ABFF5

Text Example


Text Example

White with #1ABFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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