Html Css Color HEX #2AB1EF Summer Sky

📋 copy color: '#2AB1EF'

red 42 ◦ green 177 ◦ blue 239

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

Shades of Summer Sky #2AB1EF

Tints of Summer Sky #2AB1EF

RGB

 RED value IS 42 (16.8% from 255) = 9.17%

 GREEN value IS 177 (69.53% from 255) = 38.65%

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

R = 9.17%
G = 38.65%
B = 52.18%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2AB1EF (or 0x2AB1EF) is known color: Summer Sky. HEX triplet: 2A, B1 and EF. RGB value is (42,177,239). Sum of RGB (Red+Green+Blue) = 42+177+239=458 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.17% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AB1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB1EF is #D54E10. Grayscale: #8F8F8F. Windows color (decimal): -13979153 or 15708458. OLE color: 15708458.

HSL color Cylindrical-coordinate representation of color #2AB1EF: hue angle of 198.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB1EF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 177 239 -
CMYK 0.82 0.26 0 0.06
HSL 198.88º 0.86% 0.55% -
HSV(B) 198.88º 0.82% 0.94% -
XYZ 32.26 38.17 87.33 -
YUV 143.7 181.77 55.46 -
System Red Green Blue C M Y K H S L
Decimal 42 177 239 0.82 0.26 0 0.06 198.88 0.86 0.55
Hex 2A B1 EF 52 1A 0 6 C7 56 37
Octal 52 261 357 122 32 0 6 307 126 67
Binary 101010 10110001 11101111 1010010 11010 0 110 11000111 1010110 110111

Color Harmonies of #2AB1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB1EF

Black with #2AB1EF

Text Example


Text Example

White with #2AB1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB1EF; }

 p { color: rgb(42,177,239); }

 H1.HeaderClassName
 {
   color: #2AB1EF;
 }
 .AnyTagClassName
 {
   color: #2AB1EF;
 }
</style>

background-color css

<style>
 a { background-color: #2AB1EF; }

 a { background-color: rgb(42,177,239); }

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

border-color css

<style>
 span { border-color: #2AB1EF; }

 span { border-color: rgb(42,177,239); }

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