#2AB1F1

Color #2AB1F1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2AB1F1

Tints of Summer Sky #2AB1F1

Color information

#2AB1F1 (or 0x2AB1F1) is unknown color: approx Summer Sky. HEX triplet: 2A, B1 and F1. RGB value is (42,177,241). Sum of RGB (Red+Green+Blue) = 42+177+241=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #2AB1F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB1F1 is #D54E0E. Grayscale: #8F8F8F. Windows color (decimal): -13979151 or 15839530. OLE color: 15839530.

HSL color Cylindrical-coordinate representation of color #2AB1F1: hue angle of 199.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB1F1 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB42177241-
CMYK0.830.2700.05
HSL199.3º87.67%55.49%-
HSV(B)199.3º82.57%94.51%-
XYZ32.5538.2988.89-
YUV143.93182.7755.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.13%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 241 (94.53% from 255) = 52.39%
R=9.13%
G=38.48%
B=52.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal421772410.830.2700.05199.387.6755.49
Hex2AB1F1531B05c75837
Octal52261361123330530713067
Binary10101010110001111100011010011110110101110001111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AB1F1;
 }
 .AnyTagClassName
 {
   color: #2AB1F1;
 }
</style>
background-color css

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

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

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

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

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

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