#3CAEE8

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

Shades of Summer Sky #3CAEE8

Tints of Summer Sky #3CAEE8

Color information

#3CAEE8 (or 0x3CAEE8) is unknown color: approx Summer Sky. HEX triplet: 3C, AE and E8. RGB value is (60,174,232). Sum of RGB (Red+Green+Blue) = 60+174+232=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #3CAEE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAEE8 is #C35117. Grayscale: #929292. Windows color (decimal): -12800280 or 15248956. OLE color: 15248956.

HSL color Cylindrical-coordinate representation of color #3CAEE8: hue angle of 200.23º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CAEE8 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB60174232-
CMYK0.740.2500.09
HSL200.23º78.9%57.25%-
HSV(B)200.23º74.14%90.98%-
XYZ31.5737.0681.83-
YUV146.53176.2366.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.88%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 232 (91.02% from 255) = 49.79%
R=12.88%
G=37.34%
B=49.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal601742320.740.2500.09200.2378.957.25
Hex3CAEE84A1909c84f39
Octal742563501123101131011771
Binary111100101011101110100010010101100101001110010001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAEE8; }

 p { color: rgb(60,174,232); }

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

<style>
 a { background-color: #3CAEE8; }

 a { background-color: rgb(60,174,232); }

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

<style>
 span { border-color: #3CAEE8; }

 span { border-color: rgb(60,174,232); }

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