Html Css Color HEX #1ABDEB Deep Sky Blue

📋 copy color: '#1ABDEB'

red 26 ◦ green 189 ◦ blue 235

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

Shades of Deep Sky Blue #1ABDEB

Tints of Deep Sky Blue #1ABDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42%

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

R = 5.78%
G = 42%
B = 52.22%

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

#1ABDEB (or 0x1ABDEB) is known color: Deep Sky Blue. HEX triplet: 1A, BD and EB. RGB value is (26,189,235). Sum of RGB (Red+Green+Blue) = 26+189+235=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ABDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDEB is #E54214. Grayscale: #919191. Windows color (decimal): -15024661 or 15449370. OLE color: 15449370.

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

Color convert

RGB 26 189 235 -
CMYK 0.89 0.20 0 0.08
HSL 193.21º 0.84% 0.51% -
HSV(B) 193.21º 0.89% 0.92% -
XYZ 33.62 42.61 85.05 -
YUV 145.51 178.5 42.76 -
System Red Green Blue C M Y K H S L
Decimal 26 189 235 0.89 0.20 0 0.08 193.21 0.84 0.51
Hex 1A BD EB 59 14 0 8 C1 54 33
Octal 32 275 353 131 24 0 10 301 124 63
Binary 11010 10111101 11101011 1011001 10100 0 1000 11000001 1010100 110011

Color Harmonies of #1ABDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDEB

Black with #1ABDEB

Text Example


Text Example

White with #1ABDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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