Html Css Color HEX #1ABEEB Deep Sky Blue

📋 copy color: '#1ABEEB'

red 26 ◦ green 190 ◦ blue 235

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

Shades of Deep Sky Blue #1ABEEB

Tints of Deep Sky Blue #1ABEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 5.76%
G = 42.13%
B = 52.11%

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

#1ABEEB (or 0x1ABEEB) is known color: Deep Sky Blue. HEX triplet: 1A, BE and EB. RGB value is (26,190,235). Sum of RGB (Red+Green+Blue) = 26+190+235=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ABEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEEB is #E54114. Grayscale: #919191. Windows color (decimal): -15024405 or 15449626. OLE color: 15449626.

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

Color convert

RGB 26 190 235 -
CMYK 0.89 0.19 0 0.08
HSL 192.92º 0.84% 0.51% -
HSV(B) 192.92º 0.89% 0.92% -
XYZ 33.83 43.04 85.12 -
YUV 146.09 178.17 42.34 -
System Red Green Blue C M Y K H S L
Decimal 26 190 235 0.89 0.19 0 0.08 192.92 0.84 0.51
Hex 1A BE EB 59 13 0 8 C1 54 33
Octal 32 276 353 131 23 0 10 301 124 63
Binary 11010 10111110 11101011 1011001 10011 0 1000 11000001 1010100 110011

Color Harmonies of #1ABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABEEB

Black with #1ABEEB

Text Example


Text Example

White with #1ABEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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