Html Css Color HEX #1ABEEA Deep Sky Blue

📋 copy color: '#1ABEEA'

red 26 ◦ green 190 ◦ blue 234

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

Shades of Deep Sky Blue #1ABEEA

Tints of Deep Sky Blue #1ABEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.22%

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

R = 5.78%
G = 42.22%
B = 52%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1ABEEA (or 0x1ABEEA) is known color: Deep Sky Blue. HEX triplet: 1A, BE and EA. RGB value is (26,190,234). Sum of RGB (Red+Green+Blue) = 26+190+234=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ABEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEEA is #E54115. Grayscale: #919191. Windows color (decimal): -15024406 or 15384090. OLE color: 15384090.

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

Color convert

RGB 26 190 234 -
CMYK 0.89 0.19 0 0.08
HSL 192.69º 0.83% 0.51% -
HSV(B) 192.69º 0.89% 0.92% -
XYZ 33.69 42.99 84.36 -
YUV 145.98 177.67 42.42 -
System Red Green Blue C M Y K H S L
Decimal 26 190 234 0.89 0.19 0 0.08 192.69 0.83 0.51
Hex 1A BE EA 59 13 0 8 C1 53 33
Octal 32 276 352 131 23 0 10 301 123 63
Binary 11010 10111110 11101010 1011001 10011 0 1000 11000001 1010011 110011

Color Harmonies of #1ABEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABEEA

Black with #1ABEEA

Text Example


Text Example

White with #1ABEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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