Html Css Color HEX #1ABAF2 Deep Sky Blue

📋 copy color: '#1ABAF2'

red 26 ◦ green 186 ◦ blue 242

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

Shades of Deep Sky Blue #1ABAF2

Tints of Deep Sky Blue #1ABAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.3%

R = 5.73%
G = 40.97%
B = 53.3%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1ABAF2 (or 0x1ABAF2) is known color: Deep Sky Blue. HEX triplet: 1A, BA and F2. RGB value is (26,186,242). Sum of RGB (Red+Green+Blue) = 26+186+242=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #1ABAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAF2 is #E5450D. Grayscale: #909090. Windows color (decimal): -15025422 or 15907354. OLE color: 15907354.

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

Color convert

RGB 26 186 242 -
CMYK 0.89 0.23 0 0.05
HSL 195.56º 0.89% 0.53% -
HSV(B) 195.56º 0.89% 0.95% -
XYZ 34.01 41.75 90.27 -
YUV 144.54 182.99 43.45 -
System Red Green Blue C M Y K H S L
Decimal 26 186 242 0.89 0.23 0 0.05 195.56 0.89 0.53
Hex 1A BA F2 59 17 0 5 C4 59 35
Octal 32 272 362 131 27 0 5 304 131 65
Binary 11010 10111010 11110010 1011001 10111 0 101 11000100 1011001 110101

Color Harmonies of #1ABAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAF2

Black with #1ABAF2

Text Example


Text Example

White with #1ABAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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