Html Css Color HEX #1ABEFD Deep Sky Blue

📋 copy color: '#1ABEFD'

red 26 ◦ green 190 ◦ blue 253

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

Shades of Deep Sky Blue #1ABEFD

Tints of Deep Sky Blue #1ABEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 5.54%
G = 40.51%
B = 53.94%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1ABEFD (or 0x1ABEFD) is known color: Deep Sky Blue. HEX triplet: 1A, BE and FD. RGB value is (26,190,253). Sum of RGB (Red+Green+Blue) = 26+190+253=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ABEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABEFD is #E54102. Grayscale: #939393. Windows color (decimal): -15024387 or 16629274. OLE color: 16629274.

HSL color Cylindrical-coordinate representation of color #1ABEFD: hue angle of 196.65º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABEFD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 190 253 -
CMYK 0.90 0.25 0 0.01
HSL 196.65º 0.98% 0.55% -
HSV(B) 196.65º 0.9% 0.99% -
XYZ 36.57 44.14 99.52 -
YUV 148.15 187.17 40.88 -
System Red Green Blue C M Y K H S L
Decimal 26 190 253 0.90 0.25 0 0.01 196.65 0.98 0.55
Hex 1A BE FD 5A 19 0 1 C5 62 37
Octal 32 276 375 132 31 0 1 305 142 67
Binary 11010 10111110 11111101 1011010 11001 0 1 11000101 1100010 110111

Color Harmonies of #1ABEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABEFD

Black with #1ABEFD

Text Example


Text Example

White with #1ABEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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