Html Css Color HEX #1ABEEE Deep Sky Blue

📋 copy color: '#1ABEEE'

red 26 ◦ green 190 ◦ blue 238

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

Shades of Deep Sky Blue #1ABEEE

Tints of Deep Sky Blue #1ABEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 5.73%
G = 41.85%
B = 52.42%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1ABEEE (or 0x1ABEEE) is known color: Deep Sky Blue. HEX triplet: 1A, BE and EE. RGB value is (26,190,238). Sum of RGB (Red+Green+Blue) = 26+190+238=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ABEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEEE is #E54111. Grayscale: #929292. Windows color (decimal): -15024402 or 15646234. OLE color: 15646234.

HSL color Cylindrical-coordinate representation of color #1ABEEE: hue angle of 193.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABEEE is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 190 238 -
CMYK 0.89 0.20 0 0.07
HSL 193.58º 0.86% 0.52% -
HSV(B) 193.58º 0.89% 0.93% -
XYZ 34.27 43.22 87.42 -
YUV 146.44 179.67 42.1 -
System Red Green Blue C M Y K H S L
Decimal 26 190 238 0.89 0.20 0 0.07 193.58 0.86 0.52
Hex 1A BE EE 59 14 0 7 C2 56 34
Octal 32 276 356 131 24 0 7 302 126 64
Binary 11010 10111110 11101110 1011001 10100 0 111 11000010 1010110 110100

Color Harmonies of #1ABEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABEEE

Black with #1ABEEE

Text Example


Text Example

White with #1ABEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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