#2BABD3

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

Shades of Summer Sky #2BABD3

Tints of Summer Sky #2BABD3

Color information

#2BABD3 (or 0x2BABD3) is unknown color: approx Summer Sky. HEX triplet: 2B, AB and D3. RGB value is (43,171,211). Sum of RGB (Red+Green+Blue) = 43+171+211=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #2BABD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABD3 is #D4542C. Grayscale: #898989. Windows color (decimal): -13915181 or 13871915. OLE color: 13871915.

HSL color Cylindrical-coordinate representation of color #2BABD3: hue angle of 194.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BABD3 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43171211-
CMYK0.800.1900.17
HSL194.29º66.14%49.8%-
HSV(B)194.29º79.62%82.75%-
XYZ27.3234.3466.82-
YUV137.29169.5960.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.12%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 211 (82.81% from 255) = 49.65%
R=10.12%
G=40.24%
B=49.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431712110.800.1900.17194.2966.1449.8
Hex2BABD35013011c24232
Octal532533231202302130210262
Binary1010111010101111010011101000010011010001110000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,211); }

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

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

 a { background-color: rgb(43,171,211); }

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

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

 span { border-color: rgb(43,171,211); }

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