#2BA8D9

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

Shades of Summer Sky #2BA8D9

Tints of Summer Sky #2BA8D9

Color information

#2BA8D9 (or 0x2BA8D9) is unknown color: approx Summer Sky. HEX triplet: 2B, A8 and D9. RGB value is (43,168,217). Sum of RGB (Red+Green+Blue) = 43+168+217=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #2BA8D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8D9 is #D45726. Grayscale: #878787. Windows color (decimal): -13915943 or 14264363. OLE color: 14264363.

HSL color Cylindrical-coordinate representation of color #2BA8D9: hue angle of 196.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BA8D9 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB43168217-
CMYK0.800.2300.15
HSL196.9º69.6%50.98%-
HSV(B)196.9º80.18%85.1%-
XYZ27.5233.5370.67-
YUV136.21173.5961.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.05%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 217 (85.16% from 255) = 50.70%
R=10.05%
G=39.25%
B=50.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal431682170.800.2300.15196.969.650.98
Hex2BA8D950170Fc54633
Octal532503311202701730510663
Binary101011101010001101100110100001011101111110001011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,168,217); }

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

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

 a { background-color: rgb(43,168,217); }

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

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

 span { border-color: rgb(43,168,217); }

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