#2BB4C5

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

Shades of Summer Sky #2BB4C5

Tints of Summer Sky #2BB4C5

Color information

#2BB4C5 (or 0x2BB4C5) is unknown color: approx Summer Sky. HEX triplet: 2B, B4 and C5. RGB value is (43,180,197). Sum of RGB (Red+Green+Blue) = 43+180+197=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #2BB4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB4C5 is #D44B3A. Grayscale: #8C8C8C. Windows color (decimal): -13912891 or 12956715. OLE color: 12956715.

HSL color Cylindrical-coordinate representation of color #2BB4C5: hue angle of 186.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BB4C5 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB43180197-
CMYK0.780.0900.23
HSL186.62º64.17%47.06%-
HSV(B)186.62º78.17%77.25%-
XYZ27.437.1958.56-
YUV140.98159.6158.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.24%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 197 (77.34% from 255) = 46.90%
R=10.24%
G=42.86%
B=46.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal431801970.780.0900.23186.6264.1747.06
Hex2BB4C54E9017bb402f
Octal532643051161102727310057
Binary101011101101001100010110011101001010111101110111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,197); }

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

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

 a { background-color: rgb(43,180,197); }

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

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

 span { border-color: rgb(43,180,197); }

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