#2BA2D6

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

Shades of Summer Sky #2BA2D6

Tints of Summer Sky #2BA2D6

Color information

#2BA2D6 (or 0x2BA2D6) is unknown color: approx Summer Sky. HEX triplet: 2B, A2 and D6. RGB value is (43,162,214). Sum of RGB (Red+Green+Blue) = 43+162+214=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BA2D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA2D6 is #D45D29. Grayscale: #848484. Windows color (decimal): -13917482 or 14066219. OLE color: 14066219.

HSL color Cylindrical-coordinate representation of color #2BA2D6: hue angle of 198.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BA2D6 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB43162214-
CMYK0.800.2400.16
HSL198.25º67.59%50.39%-
HSV(B)198.25º79.91%83.92%-
XYZ26.0531.2168.27-
YUV132.35174.0864.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.26%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 214 (83.98% from 255) = 51.07%
R=10.26%
G=38.66%
B=51.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal431622140.800.2400.16198.2567.5950.39
Hex2BA2D65018010c64432
Octal532423261203002030610462
Binary1010111010001011010110101000011000010000110001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,214); }

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

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

 a { background-color: rgb(43,162,214); }

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

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

 span { border-color: rgb(43,162,214); }

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