#2CAEE3

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

Shades of Summer Sky #2CAEE3

Tints of Summer Sky #2CAEE3

Color information

#2CAEE3 (or 0x2CAEE3) is unknown color: approx Summer Sky. HEX triplet: 2C, AE and E3. RGB value is (44,174,227). Sum of RGB (Red+Green+Blue) = 44+174+227=445 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.89% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 227 (89.06% from 255 or 51.01% from 445); Max value from RGB is 227 - color contains mainly: blue. Hex color #2CAEE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAEE3 is #D3511C. Grayscale: #8C8C8C. Windows color (decimal): -13848861 or 14921260. OLE color: 14921260.

HSL color Cylindrical-coordinate representation of color #2CAEE3: hue angle of 197.38º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CAEE3 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB44174227-
CMYK0.810.2300.11
HSL197.38º76.57%53.14%-
HSV(B)197.38º80.62%89.02%-
XYZ30.0436.3578.11-
YUV141.17176.4358.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.89%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 227 (89.06% from 255) = 51.01%
R=9.89%
G=39.10%
B=51.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal441742270.810.2300.11197.3876.5753.14
Hex2CAEE351170Bc54d35
Octal542563431212701330511565
Binary101100101011101110001110100011011101011110001011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,227); }

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

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

 a { background-color: rgb(44,174,227); }

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

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

 span { border-color: rgb(44,174,227); }

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