Html Css Color HEX #2AB1EB Summer Sky

📋 copy color: '#2AB1EB'

red 42 ◦ green 177 ◦ blue 235

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

Shades of Summer Sky #2AB1EB

Tints of Summer Sky #2AB1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 9.25%
G = 38.99%
B = 51.76%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2AB1EB (or 0x2AB1EB) is known color: Summer Sky. HEX triplet: 2A, B1 and EB. RGB value is (42,177,235). Sum of RGB (Red+Green+Blue) = 42+177+235=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #2AB1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB1EB is #D54E14. Grayscale: #8E8E8E. Windows color (decimal): -13979157 or 15446314. OLE color: 15446314.

HSL color Cylindrical-coordinate representation of color #2AB1EB: hue angle of 198.03º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB1EB is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 177 235 -
CMYK 0.82 0.25 0 0.08
HSL 198.03º 0.83% 0.54% -
HSV(B) 198.03º 0.82% 0.92% -
XYZ 31.67 37.93 84.25 -
YUV 143.25 179.77 55.78 -
System Red Green Blue C M Y K H S L
Decimal 42 177 235 0.82 0.25 0 0.08 198.03 0.83 0.54
Hex 2A B1 EB 52 19 0 8 C6 53 36
Octal 52 261 353 122 31 0 10 306 123 66
Binary 101010 10110001 11101011 1010010 11001 0 1000 11000110 1010011 110110

Color Harmonies of #2AB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB1EB

Black with #2AB1EB

Text Example


Text Example

White with #2AB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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