Html Css Color HEX #1ABDFB Deep Sky Blue

📋 copy color: '#1ABDFB'

red 26 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #1ABDFB

Tints of Deep Sky Blue #1ABDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 5.58%
G = 40.56%
B = 53.86%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1ABDFB (or 0x1ABDFB) is known color: Deep Sky Blue. HEX triplet: 1A, BD and FB. RGB value is (26,189,251). Sum of RGB (Red+Green+Blue) = 26+189+251=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ABDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDFB is #E54204. Grayscale: #929292. Windows color (decimal): -15024645 or 16497946. OLE color: 16497946.

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

Color convert

RGB 26 189 251 -
CMYK 0.90 0.25 0 0.02
HSL 196.53º 0.97% 0.54% -
HSV(B) 196.53º 0.9% 0.98% -
XYZ 36.04 43.58 97.78 -
YUV 147.33 186.5 41.46 -
System Red Green Blue C M Y K H S L
Decimal 26 189 251 0.90 0.25 0 0.02 196.53 0.97 0.54
Hex 1A BD FB 5A 19 0 2 C5 61 36
Octal 32 275 373 132 31 0 2 305 141 66
Binary 11010 10111101 11111011 1011010 11001 0 10 11000101 1100001 110110

Color Harmonies of #1ABDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDFB

Black with #1ABDFB

Text Example


Text Example

White with #1ABDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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