#2BB2CA

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

Shades of Summer Sky #2BB2CA

Tints of Summer Sky #2BB2CA

Color information

#2BB2CA (or 0x2BB2CA) is unknown color: approx Summer Sky. HEX triplet: 2B, B2 and CA. RGB value is (43,178,202). Sum of RGB (Red+Green+Blue) = 43+178+202=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #2BB2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB2CA is #D44D35. Grayscale: #8C8C8C. Windows color (decimal): -13913398 or 13283883. OLE color: 13283883.

HSL color Cylindrical-coordinate representation of color #2BB2CA: hue angle of 189.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB2CA is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43178202-
CMYK0.790.1200.21
HSL189.06º64.9%48.04%-
HSV(B)189.06º78.71%79.22%-
XYZ27.5836.6261.49-
YUV140.37162.7758.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.17%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=10.17%
G=42.08%
B=47.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431782020.790.1200.21189.0664.948.04
Hex2BB2CA4FC015bd4130
Octal532623121171402527510160
Binary101011101100101100101010011111100010101101111011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,178,202); }

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

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

 a { background-color: rgb(43,178,202); }

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

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

 span { border-color: rgb(43,178,202); }

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