Html Css Color HEX #1ABCEA Deep Sky Blue

📋 copy color: '#1ABCEA'

red 26 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #1ABCEA

Tints of Deep Sky Blue #1ABCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

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

R = 5.8%
G = 41.96%
B = 52.23%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ABCEA (or 0x1ABCEA) is known color: Deep Sky Blue. HEX triplet: 1A, BC and EA. RGB value is (26,188,234). Sum of RGB (Red+Green+Blue) = 26+188+234=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ABCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCEA is #E54315. Grayscale: #909090. Windows color (decimal): -15024918 or 15383578. OLE color: 15383578.

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

Color convert

RGB 26 188 234 -
CMYK 0.89 0.20 0 0.08
HSL 193.27º 0.83% 0.51% -
HSV(B) 193.27º 0.89% 0.92% -
XYZ 33.26 42.13 84.22 -
YUV 144.81 178.33 43.26 -
System Red Green Blue C M Y K H S L
Decimal 26 188 234 0.89 0.20 0 0.08 193.27 0.83 0.51
Hex 1A BC EA 59 14 0 8 C1 53 33
Octal 32 274 352 131 24 0 10 301 123 63
Binary 11010 10111100 11101010 1011001 10100 0 1000 11000001 1010011 110011

Color Harmonies of #1ABCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCEA

Black with #1ABCEA

Text Example


Text Example

White with #1ABCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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