#2c97d5

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

Shades of Summer Sky #2C97D5

Tints of Summer Sky #2C97D5

Color information

#2C97D5 (or 0x2C97D5) is unknown color: approx Summer Sky. HEX triplet: 2C, 97 and D5. RGB value is (44,151,213). Sum of RGB (Red+Green+Blue) = 44+151+213=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #2C97D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C97D5 is #D3682A. Grayscale: #7D7D7D. Windows color (decimal): -13854763 or 13997868. OLE color: 13997868.

HSL color Cylindrical-coordinate representation of color #2C97D5: hue angle of 202.01º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C97D5 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB44151213-
CMYK0.790.2900.16
HSL202.01º66.8%50.39%-
HSV(B)202.01º79.34%83.53%-
XYZ24.1227.4766.98-
YUV126.08177.0569.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.78%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 213 (83.59% from 255) = 52.21%
R=10.78%
G=37.01%
B=52.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal441512130.790.2900.16202.0166.850.39
Hex2C97D54F1D010ca4332
Octal542273251173502031210362
Binary1011001001011111010101100111111101010000110010101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c97d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,151,213); }

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

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

 a { background-color: rgb(44,151,213); }

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

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

 span { border-color: rgb(44,151,213); }

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