#2BAAD6

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

Shades of Summer Sky #2BAAD6

Tints of Summer Sky #2BAAD6

Color information

#2BAAD6 (or 0x2BAAD6) is unknown color: approx Summer Sky. HEX triplet: 2B, AA and D6. RGB value is (43,170,214). Sum of RGB (Red+Green+Blue) = 43+170+214=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BAAD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAAD6 is #D45529. Grayscale: #888888. Windows color (decimal): -13915434 or 14068267. OLE color: 14068267.

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

Color convert

RGB43170214-
CMYK0.800.2100.16
HSL195.44º67.59%50.39%-
HSV(B)195.44º79.91%83.92%-
XYZ27.5134.1268.75-
YUV137.04171.4260.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.07%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=10.07%
G=39.81%
B=50.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal431702140.800.2100.16195.4467.5950.39
Hex2BAAD65015010c34432
Octal532523261202502030310462
Binary1010111010101011010110101000010101010000110000111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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