#2BA1D3

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

Shades of Summer Sky #2BA1D3

Tints of Summer Sky #2BA1D3

Color information

#2BA1D3 (or 0x2BA1D3) is unknown color: approx Summer Sky. HEX triplet: 2B, A1 and D3. RGB value is (43,161,211). Sum of RGB (Red+Green+Blue) = 43+161+211=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #2BA1D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA1D3 is #D45E2C. Grayscale: #838383. Windows color (decimal): -13917741 or 13869355. OLE color: 13869355.

HSL color Cylindrical-coordinate representation of color #2BA1D3: hue angle of 197.86º 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 #2BA1D3 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43161211-
CMYK0.800.2400.17
HSL197.86º66.14%49.8%-
HSV(B)197.86º79.62%82.75%-
XYZ25.530.7166.21-
YUV131.42172.9164.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.36%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=10.36%
G=38.80%
B=50.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431612110.800.2400.17197.8666.1449.8
Hex2BA1D35018011c64232
Octal532413231203002130610262
Binary1010111010000111010011101000011000010001110001101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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