#2CB7CA

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

Shades of Summer Sky #2CB7CA

Tints of Summer Sky #2CB7CA

Color information

#2CB7CA (or 0x2CB7CA) is unknown color: approx Summer Sky. HEX triplet: 2C, B7 and CA. RGB value is (44,183,202). Sum of RGB (Red+Green+Blue) = 44+183+202=429 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.26% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #2CB7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB7CA is #D34835. Grayscale: #8F8F8F. Windows color (decimal): -13846582 or 13285164. OLE color: 13285164.

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

Color convert

RGB44183202-
CMYK0.780.0900.21
HSL187.22º64.23%48.24%-
HSV(B)187.22º78.22%79.22%-
XYZ28.6338.6761.83-
YUV143.6160.9556.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.26%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=10.26%
G=42.66%
B=47.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal441832020.780.0900.21187.2264.2348.24
Hex2CB7CA4E9015bb4030
Octal542673121161102527310060
Binary101100101101111100101010011101001010101101110111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,202); }

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

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

 a { background-color: rgb(44,183,202); }

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

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

 span { border-color: rgb(44,183,202); }

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