Html Css Color HEX #1AB2EF Deep Sky Blue

📋 copy color: '#1AB2EF'

red 26 ◦ green 178 ◦ blue 239

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

Shades of Deep Sky Blue #1AB2EF

Tints of Deep Sky Blue #1AB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

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

R = 5.87%
G = 40.18%
B = 53.95%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1AB2EF (or 0x1AB2EF) is known color: Deep Sky Blue. HEX triplet: 1A, B2 and EF. RGB value is (26,178,239). Sum of RGB (Red+Green+Blue) = 26+178+239=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #1AB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AB2EF is #E54D10. Grayscale: #8B8B8B. Windows color (decimal): -15027473 or 15708698. OLE color: 15708698.

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

Color convert

RGB 26 178 239 -
CMYK 0.89 0.26 0 0.06
HSL 197.18º 0.87% 0.52% -
HSV(B) 197.18º 0.89% 0.94% -
XYZ 31.93 38.29 87.37 -
YUV 139.51 184.14 47.04 -
System Red Green Blue C M Y K H S L
Decimal 26 178 239 0.89 0.26 0 0.06 197.18 0.87 0.52
Hex 1A B2 EF 59 1A 0 6 C5 57 34
Octal 32 262 357 131 32 0 6 305 127 64
Binary 11010 10110010 11101111 1011001 11010 0 110 11000101 1010111 110100

Color Harmonies of #1AB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB2EF

Black with #1AB2EF

Text Example


Text Example

White with #1AB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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