Html Css Color HEX #1ABCFF Deep Sky Blue

📋 copy color: '#1ABCFF'

red 26 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #1ABCFF

Tints of Deep Sky Blue #1ABCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 5.54%
G = 40.09%
B = 54.37%

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

#1ABCFF (or 0x1ABCFF) is known color: Deep Sky Blue. HEX triplet: 1A, BC and FF. RGB value is (26,188,255). Sum of RGB (Red+Green+Blue) = 26+188+255=469 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.54% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #1ABCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ABCFF is #E54300. Grayscale: #929292. Windows color (decimal): -15024897 or 16759834. OLE color: 16759834.

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

Color convert

RGB 26 188 255 -
CMYK 0.90 0.26 0 0
HSL 197.55º 1% 0.55% -
HSV(B) 197.55º 0.9% 1% -
XYZ 36.46 43.41 101.06 -
YUV 147.2 188.83 41.55 -
System Red Green Blue C M Y K H S L
Decimal 26 188 255 0.90 0.26 0 0 197.55 1 0.55
Hex 1A BC FF 5A 1A 0 0 C6 64 37
Octal 32 274 377 132 32 0 0 306 144 67
Binary 11010 10111100 11111111 1011010 11010 0 0 11000110 1100100 110111

Color Harmonies of #1ABCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCFF

Black with #1ABCFF

Text Example


Text Example

White with #1ABCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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