Html Css Color HEX #1ABFEA Deep Sky Blue

📋 copy color: '#1ABFEA'

red 26 ◦ green 191 ◦ blue 234

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

Shades of Deep Sky Blue #1ABFEA

Tints of Deep Sky Blue #1ABFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.88%

R = 5.76%
G = 42.35%
B = 51.88%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ABFEA (or 0x1ABFEA) is known color: Deep Sky Blue. HEX triplet: 1A, BF and EA. RGB value is (26,191,234). Sum of RGB (Red+Green+Blue) = 26+191+234=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ABFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFEA is #E54015. Grayscale: #929292. Windows color (decimal): -15024150 or 15384346. OLE color: 15384346.

HSL color Cylindrical-coordinate representation of color #1ABFEA: hue angle of 192.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABFEA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 191 234 -
CMYK 0.89 0.18 0 0.08
HSL 192.4º 0.83% 0.51% -
HSV(B) 192.4º 0.89% 0.92% -
XYZ 33.91 43.42 84.44 -
YUV 146.57 177.34 42 -
System Red Green Blue C M Y K H S L
Decimal 26 191 234 0.89 0.18 0 0.08 192.4 0.83 0.51
Hex 1A BF EA 59 12 0 8 C0 53 33
Octal 32 277 352 131 22 0 10 300 123 63
Binary 11010 10111111 11101010 1011001 10010 0 1000 11000000 1010011 110011

Color Harmonies of #1ABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFEA

Black with #1ABFEA

Text Example


Text Example

White with #1ABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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