#2ba1d6

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

Shades of Summer Sky #2BA1D6

Tints of Summer Sky #2BA1D6

Color information

#2BA1D6 (or 0x2BA1D6) is unknown color: approx Summer Sky. HEX triplet: 2B, A1 and D6. RGB value is (43,161,214). Sum of RGB (Red+Green+Blue) = 43+161+214=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BA1D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA1D6 is #D45E29. Grayscale: #838383. Windows color (decimal): -13917738 or 14065963. OLE color: 14065963.

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

Color convert

RGB43161214-
CMYK0.800.2500.16
HSL198.6º67.59%50.39%-
HSV(B)198.6º79.91%83.92%-
XYZ25.8830.8668.21-
YUV131.76174.4164.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.29%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=10.29%
G=38.52%
B=51.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal431612140.800.2500.16198.667.5950.39
Hex2BA1D65019010c74432
Octal532413261203102030710462
Binary1010111010000111010110101000011001010000110001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba1d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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