Html Css Color HEX #1AB6EF Deep Sky Blue

📋 copy color: '#1AB6EF'

red 26 ◦ green 182 ◦ blue 239

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

Shades of Deep Sky Blue #1AB6EF

Tints of Deep Sky Blue #1AB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 5.82%
G = 40.72%
B = 53.47%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1AB6EF (or 0x1AB6EF) is known color: Deep Sky Blue. HEX triplet: 1A, B6 and EF. RGB value is (26,182,239). Sum of RGB (Red+Green+Blue) = 26+182+239=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AB6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB6EF is #E54910. Grayscale: #8D8D8D. Windows color (decimal): -15026449 or 15709722. OLE color: 15709722.

HSL color Cylindrical-coordinate representation of color #1AB6EF: hue angle of 196.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB6EF is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 182 239 -
CMYK 0.89 0.24 0 0.06
HSL 196.06º 0.87% 0.52% -
HSV(B) 196.06º 0.89% 0.94% -
XYZ 32.73 39.91 87.64 -
YUV 141.85 182.82 45.37 -
System Red Green Blue C M Y K H S L
Decimal 26 182 239 0.89 0.24 0 0.06 196.06 0.87 0.52
Hex 1A B6 EF 59 18 0 6 C4 57 34
Octal 32 266 357 131 30 0 6 304 127 64
Binary 11010 10110110 11101111 1011001 11000 0 110 11000100 1010111 110100

Color Harmonies of #1AB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB6EF

Black with #1AB6EF

Text Example


Text Example

White with #1AB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,182,239); }

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

background-color css

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

 a { background-color: rgb(26,182,239); }

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

border-color css

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

 span { border-color: rgb(26,182,239); }

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