Html Css Color HEX #1ABDFF Deep Sky Blue

📋 copy color: '#1ABDFF'

red 26 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #1ABDFF

Tints of Deep Sky Blue #1ABDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 5.53%
G = 40.21%
B = 54.26%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1ABDFF (or 0x1ABDFF) is known color: Deep Sky Blue. HEX triplet: 1A, BD and FF. RGB value is (26,189,255). Sum of RGB (Red+Green+Blue) = 26+189+255=470 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.53% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ABDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABDFF is #E54200. Grayscale: #939393. Windows color (decimal): -15024641 or 16760090. OLE color: 16760090.

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

Color convert

RGB 26 189 255 -
CMYK 0.90 0.26 0 0
HSL 197.29º 1% 0.55% -
HSV(B) 197.29º 0.9% 1% -
XYZ 36.67 43.83 101.14 -
YUV 147.79 188.5 41.13 -
System Red Green Blue C M Y K H S L
Decimal 26 189 255 0.90 0.26 0 0 197.29 1 0.55
Hex 1A BD FF 5A 1A 0 0 C5 64 37
Octal 32 275 377 132 32 0 0 305 144 67
Binary 11010 10111101 11111111 1011010 11010 0 0 11000101 1100100 110111

Color Harmonies of #1ABDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDFF

Black with #1ABDFF

Text Example


Text Example

White with #1ABDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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