Html Css Color HEX #1ABFFF Deep Sky Blue

📋 copy color: '#1ABFFF'

red 26 ◦ green 191 ◦ blue 255

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

Shades of Deep Sky Blue #1ABFFF

Tints of Deep Sky Blue #1ABFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

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

R = 5.51%
G = 40.47%
B = 54.03%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1ABFFF (or 0x1ABFFF) is known color: Deep Sky Blue. HEX triplet: 1A, BF and FF. RGB value is (26,191,255). Sum of RGB (Red+Green+Blue) = 26+191+255=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ABFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABFFF is #E54000. Grayscale: #949494. Windows color (decimal): -15024129 or 16760602. OLE color: 16760602.

HSL color Cylindrical-coordinate representation of color #1ABFFF: hue angle of 196.77º 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 #1ABFFF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 26 191 255 -
CMYK 0.90 0.25 0 0
HSL 196.77º 1% 0.55% -
HSV(B) 196.77º 0.9% 1% -
XYZ 37.11 44.7 101.28 -
YUV 148.96 187.84 40.3 -
System Red Green Blue C M Y K H S L
Decimal 26 191 255 0.90 0.25 0 0 196.77 1 0.55
Hex 1A BF FF 5A 19 0 0 C5 64 37
Octal 32 277 377 132 31 0 0 305 144 67
Binary 11010 10111111 11111111 1011010 11001 0 0 11000101 1100100 110111

Color Harmonies of #1ABFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFFF

Black with #1ABFFF

Text Example


Text Example

White with #1ABFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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