Html Css Color HEX #1AB4EF Deep Sky Blue

📋 copy color: '#1AB4EF'

red 26 ◦ green 180 ◦ blue 239

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

Shades of Deep Sky Blue #1AB4EF

Tints of Deep Sky Blue #1AB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

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

R = 5.84%
G = 40.45%
B = 53.71%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1AB4EF (or 0x1AB4EF) is known color: Deep Sky Blue. HEX triplet: 1A, B4 and EF. RGB value is (26,180,239). Sum of RGB (Red+Green+Blue) = 26+180+239=445 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.84% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AB4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AB4EF is #E54B10. Grayscale: #8C8C8C. Windows color (decimal): -15026961 or 15709210. OLE color: 15709210.

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

Color convert

RGB 26 180 239 -
CMYK 0.89 0.25 0 0.06
HSL 196.62º 0.87% 0.52% -
HSV(B) 196.62º 0.89% 0.94% -
XYZ 32.33 39.09 87.5 -
YUV 140.68 183.48 46.2 -
System Red Green Blue C M Y K H S L
Decimal 26 180 239 0.89 0.25 0 0.06 196.62 0.87 0.52
Hex 1A B4 EF 59 19 0 6 C5 57 34
Octal 32 264 357 131 31 0 6 305 127 64
Binary 11010 10110100 11101111 1011001 11001 0 110 11000101 1010111 110100

Color Harmonies of #1AB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB4EF

Black with #1AB4EF

Text Example


Text Example

White with #1AB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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