#3ACEE7

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

Shades of Summer Sky #3ACEE7

Tints of Summer Sky #3ACEE7

Color information

#3ACEE7 (or 0x3ACEE7) is unknown color: approx Summer Sky. HEX triplet: 3A, CE and E7. RGB value is (58,206,231). Sum of RGB (Red+Green+Blue) = 58+206+231=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #3ACEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEE7 is #C53118. Grayscale: #A4A4A4. Windows color (decimal): -12923161 or 15191610. OLE color: 15191610.

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

Color convert

RGB58206231-
CMYK0.750.1100.09
HSL188.67º78.28%56.67%-
HSV(B)188.67º74.89%90.59%-
XYZ38.2450.8183.39-
YUV164.6165.4751.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.72%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 231 (90.62% from 255) = 46.67%
R=11.72%
G=41.62%
B=46.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal582062310.750.1100.09188.6778.2856.67
Hex3ACEE74BB09bd4e39
Octal723163471131301127511671
Binary11101011001110111001111001011101101001101111011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,206,231); }

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

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

 a { background-color: rgb(58,206,231); }

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

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

 span { border-color: rgb(58,206,231); }

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