#2ba6d3

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

Shades of Summer Sky #2BA6D3

Tints of Summer Sky #2BA6D3

Color information

#2BA6D3 (or 0x2BA6D3) is unknown color: approx Summer Sky. HEX triplet: 2B, A6 and D3. RGB value is (43,166,211). Sum of RGB (Red+Green+Blue) = 43+166+211=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #2BA6D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA6D3 is #D4592C. Grayscale: #868686. Windows color (decimal): -13916461 or 13870635. OLE color: 13870635.

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

Color convert

RGB43166211-
CMYK0.800.2100.17
HSL196.07º66.14%49.8%-
HSV(B)196.07º79.62%82.75%-
XYZ26.3932.4966.51-
YUV134.35171.2562.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.24%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 211 (82.81% from 255) = 50.24%
R=10.24%
G=39.52%
B=50.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431662110.800.2100.17196.0766.1449.8
Hex2BA6D35015011c44232
Octal532463231202502130410262
Binary1010111010011011010011101000010101010001110001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba6d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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