Html Css Color HEX #1ABAEA Deep Sky Blue

📋 copy color: '#1ABAEA'

red 26 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #1ABAEA

Tints of Deep Sky Blue #1ABAEA

RGB

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

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

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

R = 5.83%
G = 41.7%
B = 52.47%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ABAEA (or 0x1ABAEA) is known color: Deep Sky Blue. HEX triplet: 1A, BA and EA. RGB value is (26,186,234). Sum of RGB (Red+Green+Blue) = 26+186+234=446 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.83% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ABAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABAEA is #E54515. Grayscale: #8F8F8F. Windows color (decimal): -15025430 or 15383066. OLE color: 15383066.

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

Color convert

RGB 26 186 234 -
CMYK 0.89 0.21 0 0.08
HSL 193.85º 0.83% 0.51% -
HSV(B) 193.85º 0.89% 0.92% -
XYZ 32.84 41.28 84.08 -
YUV 143.63 178.99 44.1 -
System Red Green Blue C M Y K H S L
Decimal 26 186 234 0.89 0.21 0 0.08 193.85 0.83 0.51
Hex 1A BA EA 59 15 0 8 C2 53 33
Octal 32 272 352 131 25 0 10 302 123 63
Binary 11010 10111010 11101010 1011001 10101 0 1000 11000010 1010011 110011

Color Harmonies of #1ABAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAEA

Black with #1ABAEA

Text Example


Text Example

White with #1ABAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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