#2CBACC

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

Shades of Summer Sky #2CBACC

Tints of Summer Sky #2CBACC

Color information

#2CBACC (or 0x2CBACC) is unknown color: approx Summer Sky. HEX triplet: 2C, BA and CC. RGB value is (44,186,204). Sum of RGB (Red+Green+Blue) = 44+186+204=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBACC is #D34533. Grayscale: #919191. Windows color (decimal): -13845812 or 13417004. OLE color: 13417004.

HSL color Cylindrical-coordinate representation of color #2CBACC: hue angle of 186.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBACC is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB44186204-
CMYK0.780.0900.2
HSL186.75º64.52%48.63%-
HSV(B)186.75º78.43%80%-
XYZ29.540.0163.3-
YUV145.59160.9655.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.14%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=10.14%
G=42.86%
B=47.00%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal441862040.780.0900.2186.7564.5248.63
Hex2CBACC4E9014bb4131
Octal542723141161102427310161
Binary101100101110101100110010011101001010100101110111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,204); }

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

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

 a { background-color: rgb(44,186,204); }

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

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

 span { border-color: rgb(44,186,204); }

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